#64A0CD

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

Shades of Picton Blue #64A0CD

Tints of Picton Blue #64A0CD

Color information

#64A0CD (or 0x64A0CD) is unknown color: approx Picton Blue. HEX triplet: 64, A0 and CD. RGB value is (100,160,205). Sum of RGB (Red+Green+Blue) = 100+160+205=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #64A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A0CD is #9B5F32. Grayscale: #929292. Windows color (decimal): -10182451 or 13475940. OLE color: 13475940.

HSL color Cylindrical-coordinate representation of color #64A0CD: hue angle of 205.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64A0CD is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100160205-
CMYK0.510.2200.20
HSL205.71º51.22%59.8%-
HSV(B)205.71º51.22%80.39%-
XYZ28.8532.2662.46-
YUV147.19160.6294.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.51%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=21.51%
G=34.41%
B=44.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001602050.510.2200.20205.7151.2259.8
Hex64A0CD3316014ce333c
Octal14424031563260243166374
Binary110010010100000110011011100111011001010011001110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A0CD; }

 p { color: rgb(100,160,205); }

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

<style>
 a { background-color: #64A0CD; }

 a { background-color: rgb(100,160,205); }

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

<style>
 span { border-color: #64A0CD; }

 span { border-color: rgb(100,160,205); }

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