#64A4CF

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

Shades of Picton Blue #64A4CF

Tints of Picton Blue #64A4CF

Color information

#64A4CF (or 0x64A4CF) is unknown color: approx Picton Blue. HEX triplet: 64, A4 and CF. RGB value is (100,164,207). Sum of RGB (Red+Green+Blue) = 100+164+207=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #64A4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A4CF is #9B5B30. Grayscale: #959595. Windows color (decimal): -10181425 or 13608036. OLE color: 13608036.

HSL color Cylindrical-coordinate representation of color #64A4CF: hue angle of 204.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64A4CF is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100164207-
CMYK0.520.2100.19
HSL204.11º52.71%60.2%-
HSV(B)204.11º51.69%81.18%-
XYZ29.7933.7763.98-
YUV149.77160.392.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.23%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=21.23%
G=34.82%
B=43.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001642070.520.2100.19204.1152.7160.2
Hex64A4CF3415013cc353c
Octal14424431764250233146574
Binary110010010100100110011111101001010101001111001100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,164,207); }

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

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

 a { background-color: rgb(100,164,207); }

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

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

 span { border-color: rgb(100,164,207); }

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