#629CCA

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

Shades of Picton Blue #629CCA

Tints of Picton Blue #629CCA

Color information

#629CCA (or 0x629CCA) is unknown color: approx Picton Blue. HEX triplet: 62, 9C and CA. RGB value is (98,156,202). Sum of RGB (Red+Green+Blue) = 98+156+202=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #629CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CCA is #9D6335. Grayscale: #8F8F8F. Windows color (decimal): -10314550 or 13278306. OLE color: 13278306.

HSL color Cylindrical-coordinate representation of color #629CCA: hue angle of 206.54º degrees, saturation: 0.5, 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 #629CCA is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB98156202-
CMYK0.510.2300.21
HSL206.54º49.52%58.82%-
HSV(B)206.54º51.49%79.22%-
XYZ27.5930.6460.34-
YUV143.9160.7895.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.49%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=21.49%
G=34.21%
B=44.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal981562020.510.2300.21206.5449.5258.82
Hex629CCA3317015cf323b
Octal14223431263270253176273
Binary110001010011100110010101100111011101010111001111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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