#64ACCA

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

Shades of Picton Blue #64ACCA

Tints of Picton Blue #64ACCA

Color information

#64ACCA (or 0x64ACCA) is unknown color: approx Picton Blue. HEX triplet: 64, AC and CA. RGB value is (100,172,202). Sum of RGB (Red+Green+Blue) = 100+172+202=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #64ACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACCA is #9B5335. Grayscale: #999999. Windows color (decimal): -10179382 or 13282404. OLE color: 13282404.

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

Color convert

RGB100172202-
CMYK0.500.1500.21
HSL197.65º49.04%59.22%-
HSV(B)197.65º50.5%79.22%-
XYZ30.6736.4861.3-
YUV153.89155.1589.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.10%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=21.10%
G=36.29%
B=42.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001722020.500.1500.21197.6549.0459.22
Hex64ACCA32F015c6313b
Octal14425431262170253066173
Binary11001001010110011001010110010111101010111000110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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