#629CC9

Color #629CC9 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #629CC9

Tints of Picton Blue #629CC9

Color information

#629CC9 (or 0x629CC9) is unknown color: approx Picton Blue. HEX triplet: 62, 9C and C9. RGB value is (98,156,201). Sum of RGB (Red+Green+Blue) = 98+156+201=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #629CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CC9 is #9D6336. Grayscale: #8F8F8F. Windows color (decimal): -10314551 or 13212770. OLE color: 13212770.

HSL color Cylindrical-coordinate representation of color #629CC9: hue angle of 206.21º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #629CC9 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB98156201-
CMYK0.510.2200.21
HSL206.21º48.82%58.63%-
HSV(B)206.21º51.24%78.82%-
XYZ27.4730.5959.72-
YUV143.79160.2895.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 21.54%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=21.54%
G=34.29%
B=44.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal981562010.510.2200.21206.2148.8258.63
Hex629CC93316015ce313b
Octal14223431163260253166173
Binary110001010011100110010011100111011001010111001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629CC9; }

 p { color: rgb(98,156,201); }

 H1.HeaderClassName
 {
   color: #629CC9;
 }
 .AnyTagClassName
 {
   color: #629CC9;
 }
</style>
background-color css

<style>
 a { background-color: #629CC9; }

 a { background-color: rgb(98,156,201); }

 div.DivClassName
 {
   background-color: #629CC9;
 }
 .BgClassName
 {
   background-color: #629CC9;
 }
</style>
border-color css

<style>
 span { border-color: #629CC9; }

 span { border-color: rgb(98,156,201); }

 td.TdClassName
 {
   border-color: #629CC9;
 }
 .TagClassName
 {
   border-color: #629CC9;
 }
</style>