#64838F

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

Shades of Horizon #64838F

Tints of Horizon #64838F

Color information

#64838F (or 0x64838F) is unknown color: approx Horizon. HEX triplet: 64, 83 and 8F. RGB value is (100,131,143). Sum of RGB (Red+Green+Blue) = 100+131+143=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #64838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64838F is #9B7C70. Grayscale: #7B7B7B. Windows color (decimal): -10189937 or 9405284. OLE color: 9405284.

HSL color Cylindrical-coordinate representation of color #64838F: hue angle of 196.74º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64838F is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100131143-
CMYK0.300.0800.44
HSL196.74º17.7%47.65%-
HSV(B)196.74º30.07%56.08%-
XYZ18.3320.9329.06-
YUV123.1139.23111.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=26.74%
G=35.03%
B=38.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001311430.300.0800.44196.7417.747.65
Hex64838F1E802Cc51230
Octal14420321736100543052260
Binary1100100100000111000111111110100001011001100010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64838F; }

 p { color: rgb(100,131,143); }

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

<style>
 a { background-color: #64838F; }

 a { background-color: rgb(100,131,143); }

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

<style>
 span { border-color: #64838F; }

 span { border-color: rgb(100,131,143); }

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