#649DC9

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

Shades of Picton Blue #649DC9

Tints of Picton Blue #649DC9

Color information

#649DC9 (or 0x649DC9) is unknown color: approx Picton Blue. HEX triplet: 64, 9D and C9. RGB value is (100,157,201). Sum of RGB (Red+Green+Blue) = 100+157+201=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #649DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DC9 is #9B6236. Grayscale: #909090. Windows color (decimal): -10183223 or 13213028. OLE color: 13213028.

HSL color Cylindrical-coordinate representation of color #649DC9: hue angle of 206.14º degrees, saturation: 0.48, 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 #649DC9 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100157201-
CMYK0.500.2200.21
HSL206.14º48.33%59.02%-
HSV(B)206.14º50.25%78.82%-
XYZ27.8631.0459.78-
YUV144.97159.6295.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.83%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 201 (78.91% from 255) = 43.89%
R=21.83%
G=34.28%
B=43.89%

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
Decimal1001572010.500.2200.21206.1448.3359.02
Hex649DC93216015ce303b
Octal14423531162260253166073
Binary110010010011101110010011100101011001010111001110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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