#64ABCD

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

Shades of Picton Blue #64ABCD

Tints of Picton Blue #64ABCD

Color information

#64ABCD (or 0x64ABCD) is unknown color: approx Picton Blue. HEX triplet: 64, AB and CD. RGB value is (100,171,205). Sum of RGB (Red+Green+Blue) = 100+171+205=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #64ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABCD is #9B5432. Grayscale: #999999. Windows color (decimal): -10179635 or 13478756. OLE color: 13478756.

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

Color convert

RGB100171205-
CMYK0.510.1700.20
HSL199.43º51.22%59.8%-
HSV(B)199.43º51.22%80.39%-
XYZ30.8436.2463.13-
YUV153.65156.9889.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.01%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=21.01%
G=35.92%
B=43.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001712050.510.1700.20199.4351.2259.8
Hex64ABCD3311014c7333c
Octal14425331563210243076374
Binary110010010101011110011011100111000101010011000111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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