#64A7C8

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

Shades of Picton Blue #64A7C8

Tints of Picton Blue #64A7C8

Color information

#64A7C8 (or 0x64A7C8) is unknown color: approx Picton Blue. HEX triplet: 64, A7 and C8. RGB value is (100,167,200). Sum of RGB (Red+Green+Blue) = 100+167+200=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #64A7C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A7C8 is #9B5837. Grayscale: #969696. Windows color (decimal): -10180664 or 13150052. OLE color: 13150052.

HSL color Cylindrical-coordinate representation of color #64A7C8: hue angle of 199.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64A7C8 is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB100167200-
CMYK0.50.1600.22
HSL199.8º47.62%58.82%-
HSV(B)199.8º50%78.43%-
XYZ29.534.5259.75-
YUV150.73155.891.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.41%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 200 (78.52% from 255) = 42.83%
R=21.41%
G=35.76%
B=42.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001672000.50.1600.22199.847.6258.82
Hex64A7C83210016c8303b
Octal14424731062200263106073
Binary110010010100111110010001100101000001011011001000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,167,200); }

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

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

 a { background-color: rgb(100,167,200); }

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

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

 span { border-color: rgb(100,167,200); }

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