#64A0C8

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

Shades of Picton Blue #64A0C8

Tints of Picton Blue #64A0C8

Color information

#64A0C8 (or 0x64A0C8) is unknown color: approx Picton Blue. HEX triplet: 64, A0 and C8. RGB value is (100,160,200). Sum of RGB (Red+Green+Blue) = 100+160+200=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #64A0C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A0C8 is #9B5F37. Grayscale: #929292. Windows color (decimal): -10182456 or 13148260. OLE color: 13148260.

HSL color Cylindrical-coordinate representation of color #64A0C8: hue angle of 204º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64A0C8 is Cyan = 0.5, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB100160200-
CMYK0.50.200.22
HSL204º47.62%58.82%-
HSV(B)204º50%78.43%-
XYZ28.2532.0259.34-
YUV146.62158.1294.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.74%
GREEN value IS 160 (62.89% from 255) = 34.78%
BLUE value IS 200 (78.52% from 255) = 43.48%
R=21.74%
G=34.78%
B=43.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001602000.50.200.2220447.6258.82
Hex64A0C83214016cc303b
Octal14424031062240263146073
Binary110010010100000110010001100101010001011011001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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