#64ABD0

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

Shades of Picton Blue #64ABD0

Tints of Picton Blue #64ABD0

Color information

#64ABD0 (or 0x64ABD0) is unknown color: approx Picton Blue. HEX triplet: 64, AB and D0. RGB value is (100,171,208). Sum of RGB (Red+Green+Blue) = 100+171+208=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #64ABD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABD0 is #9B542F. Grayscale: #999999. Windows color (decimal): -10179632 or 13675364. OLE color: 13675364.

HSL color Cylindrical-coordinate representation of color #64ABD0: hue angle of 200.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64ABD0 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB100171208-
CMYK0.520.1800.18
HSL200.56º53.47%60.39%-
HSV(B)200.56º51.92%81.57%-
XYZ31.236.3965.05-
YUV153.99158.4889.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.88%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 208 (81.64% from 255) = 43.42%
R=20.88%
G=35.70%
B=43.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1001712080.520.1800.18200.5653.4760.39
Hex64ABD03412012c9353c
Octal14425332064220223116574
Binary110010010101011110100001101001001001001011001001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,171,208); }

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

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

 a { background-color: rgb(100,171,208); }

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

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

 span { border-color: rgb(100,171,208); }

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