#64ABC5

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

Shades of Picton Blue #64ABC5

Tints of Picton Blue #64ABC5

Color information

#64ABC5 (or 0x64ABC5) is unknown color: approx Picton Blue. HEX triplet: 64, AB and C5. RGB value is (100,171,197). Sum of RGB (Red+Green+Blue) = 100+171+197=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #64ABC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABC5 is #9B543A. Grayscale: #989898. Windows color (decimal): -10179643 or 12954468. OLE color: 12954468.

HSL color Cylindrical-coordinate representation of color #64ABC5: hue angle of 196.08º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64ABC5 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB100171197-
CMYK0.490.1300.23
HSL196.08º45.54%58.24%-
HSV(B)196.08º49.24%77.25%-
XYZ29.935.8758.17-
YUV152.73152.9890.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.37%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=21.37%
G=36.54%
B=42.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001711970.490.1300.23196.0845.5458.24
Hex64ABC531D017c42e3a
Octal14425330561150273045672
Binary11001001010101111000101110001110101011111000100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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