#649CDD

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

Shades of Picton Blue #649CDD

Tints of Picton Blue #649CDD

Color information

#649CDD (or 0x649CDD) is unknown color: approx Picton Blue. HEX triplet: 64, 9C and DD. RGB value is (100,156,221). Sum of RGB (Red+Green+Blue) = 100+156+221=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #649CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CDD is #9B6322. Grayscale: #929292. Windows color (decimal): -10183459 or 14523492. OLE color: 14523492.

HSL color Cylindrical-coordinate representation of color #649CDD: hue angle of 212.23º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649CDD is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100156221-
CMYK0.550.2900.13
HSL212.23º64.02%62.94%-
HSV(B)212.23º54.75%86.67%-
XYZ30.231.7172.94-
YUV146.67169.9594.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.96%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 221 (86.72% from 255) = 46.33%
R=20.96%
G=32.70%
B=46.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001562210.550.2900.13212.2364.0262.94
Hex649CDD371D0Dd4403f
Octal144234335673501532410077
Binary110010010011100110111011101111110101101110101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,156,221); }

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

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

 a { background-color: rgb(100,156,221); }

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

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

 span { border-color: rgb(100,156,221); }

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