#64A294

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

Shades of Keppel #64A294

Tints of Keppel #64A294

Color information

#64A294 (or 0x64A294) is unknown color: approx Keppel. HEX triplet: 64, A2 and 94. RGB value is (100,162,148). Sum of RGB (Red+Green+Blue) = 100+162+148=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #64A294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A294 is #9B5D6B. Grayscale: #8D8D8D. Windows color (decimal): -10181996 or 9740900. OLE color: 9740900.

HSL color Cylindrical-coordinate representation of color #64A294: hue angle of 166.45º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A294 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB100162148-
CMYK0.3800.090.36
HSL166.45º25%51.37%-
HSV(B)166.45º38.27%63.53%-
XYZ23.5230.6932.7-
YUV141.87131.4698.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.39%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 148 (58.20% from 255) = 36.10%
R=24.39%
G=39.51%
B=36.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001621480.3800.090.36166.452551.37
Hex64A294260924a61933
Octal14424222446011442463163
Binary11001001010001010010100100110010011001001010011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,162,148); }

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

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

 a { background-color: rgb(100,162,148); }

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

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

 span { border-color: rgb(100,162,148); }

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