#64A1CD

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

Shades of Picton Blue #64A1CD

Tints of Picton Blue #64A1CD

Color information

#64A1CD (or 0x64A1CD) is unknown color: approx Picton Blue. HEX triplet: 64, A1 and CD. RGB value is (100,161,205). Sum of RGB (Red+Green+Blue) = 100+161+205=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #64A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A1CD is #9B5E32. Grayscale: #939393. Windows color (decimal): -10182195 or 13476196. OLE color: 13476196.

HSL color Cylindrical-coordinate representation of color #64A1CD: hue angle of 205.14º 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 #64A1CD is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100161205-
CMYK0.510.2100.20
HSL205.14º51.22%59.8%-
HSV(B)205.14º51.22%80.39%-
XYZ29.0232.6162.52-
YUV147.78160.2993.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.46%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=21.46%
G=34.55%
B=43.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001612050.510.2100.20205.1451.2259.8
Hex64A1CD3315014cd333c
Octal14424131563250243156374
Binary110010010100001110011011100111010101010011001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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