#64A9CA

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

Shades of Picton Blue #64A9CA

Tints of Picton Blue #64A9CA

Color information

#64A9CA (or 0x64A9CA) is unknown color: approx Picton Blue. HEX triplet: 64, A9 and CA. RGB value is (100,169,202). Sum of RGB (Red+Green+Blue) = 100+169+202=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #64A9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A9CA is #9B5635. Grayscale: #979797. Windows color (decimal): -10180150 or 13281636. OLE color: 13281636.

HSL color Cylindrical-coordinate representation of color #64A9CA: hue angle of 199.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64A9CA is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100169202-
CMYK0.500.1600.21
HSL199.41º49.04%59.22%-
HSV(B)199.41º50.5%79.22%-
XYZ30.135.3561.11-
YUV152.13156.1490.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.23%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=21.23%
G=35.88%
B=42.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001692020.500.1600.21199.4149.0459.22
Hex64A9CA3210015c7313b
Octal14425131262200253076173
Binary110010010101001110010101100101000001010111000111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,169,202); }

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

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

 a { background-color: rgb(100,169,202); }

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

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

 span { border-color: rgb(100,169,202); }

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