#64A0D4

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

Shades of Picton Blue #64A0D4

Tints of Picton Blue #64A0D4

Color information

#64A0D4 (or 0x64A0D4) is unknown color: approx Picton Blue. HEX triplet: 64, A0 and D4. RGB value is (100,160,212). Sum of RGB (Red+Green+Blue) = 100+160+212=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #64A0D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A0D4 is #9B5F2B. Grayscale: #939393. Windows color (decimal): -10182444 or 13934692. OLE color: 13934692.

HSL color Cylindrical-coordinate representation of color #64A0D4: hue angle of 207.86º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64A0D4 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB100160212-
CMYK0.530.2500.17
HSL207.86º56.57%61.18%-
HSV(B)207.86º52.83%83.14%-
XYZ29.7132.667.01-
YUV147.99164.1293.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.19%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 212 (83.20% from 255) = 44.92%
R=21.19%
G=33.90%
B=44.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1001602120.530.2500.17207.8656.5761.18
Hex64A0D43519011d0393d
Octal14424032465310213207175
Binary110010010100000110101001101011100101000111010000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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