#649DCA

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

Shades of Picton Blue #649DCA

Tints of Picton Blue #649DCA

Color information

#649DCA (or 0x649DCA) is unknown color: approx Picton Blue. HEX triplet: 64, 9D and CA. RGB value is (100,157,202). Sum of RGB (Red+Green+Blue) = 100+157+202=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #649DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DCA is #9B6235. Grayscale: #909090. Windows color (decimal): -10183222 or 13278564. OLE color: 13278564.

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

Color convert

RGB100157202-
CMYK0.500.2200.21
HSL206.47º49.04%59.22%-
HSV(B)206.47º50.5%79.22%-
XYZ27.9731.0960.4-
YUV145.09160.1295.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.79%
GREEN value IS 157 (61.72% from 255) = 34.20%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=21.79%
G=34.20%
B=44.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001572020.500.2200.21206.4749.0459.22
Hex649DCA3216015ce313b
Octal14423531262260253166173
Binary110010010011101110010101100101011001010111001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649DCA; }

 p { color: rgb(100,157,202); }

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

<style>
 a { background-color: #649DCA; }

 a { background-color: rgb(100,157,202); }

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

<style>
 span { border-color: #649DCA; }

 span { border-color: rgb(100,157,202); }

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