#64A6D8

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

Shades of Picton Blue #64A6D8

Tints of Picton Blue #64A6D8

Color information

#64A6D8 (or 0x64A6D8) is unknown color: approx Picton Blue. HEX triplet: 64, A6 and D8. RGB value is (100,166,216). Sum of RGB (Red+Green+Blue) = 100+166+216=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #64A6D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A6D8 is #9B5927. Grayscale: #979797. Windows color (decimal): -10180904 or 14198372. OLE color: 14198372.

HSL color Cylindrical-coordinate representation of color #64A6D8: hue angle of 205.86º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64A6D8 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100166216-
CMYK0.540.2300.15
HSL205.86º59.79%61.96%-
HSV(B)205.86º53.7%84.71%-
XYZ31.2934.9470.06-
YUV151.97164.1390.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.75%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=20.75%
G=34.44%
B=44.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001662160.540.2300.15205.8659.7961.96
Hex64A6D836170Fce3c3e
Octal14424633066270173167476
Binary11001001010011011011000110110101110111111001110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,166,216); }

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

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

 a { background-color: rgb(100,166,216); }

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

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

 span { border-color: rgb(100,166,216); }

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