#64A0CB

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

Shades of Picton Blue #64A0CB

Tints of Picton Blue #64A0CB

Color information

#64A0CB (or 0x64A0CB) is unknown color: approx Picton Blue. HEX triplet: 64, A0 and CB. RGB value is (100,160,203). Sum of RGB (Red+Green+Blue) = 100+160+203=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #64A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A0CB is #9B5F34. Grayscale: #929292. Windows color (decimal): -10182453 or 13344868. OLE color: 13344868.

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

Color convert

RGB100160203-
CMYK0.510.2100.20
HSL205.05º49.76%59.41%-
HSV(B)205.05º50.74%79.61%-
XYZ28.6132.1661.2-
YUV146.96159.6294.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.60%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=21.60%
G=34.56%
B=43.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001602030.510.2100.20205.0549.7659.41
Hex64A0CB3315014cd323b
Octal14424031363250243156273
Binary110010010100000110010111100111010101010011001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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