#64929F

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

Shades of Horizon #64929F

Tints of Horizon #64929F

Color information

#64929F (or 0x64929F) is unknown color: approx Horizon. HEX triplet: 64, 92 and 9F. RGB value is (100,146,159). Sum of RGB (Red+Green+Blue) = 100+146+159=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #64929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64929F is #9B6D60. Grayscale: #858585. Windows color (decimal): -10186081 or 10457700. OLE color: 10457700.

HSL color Cylindrical-coordinate representation of color #64929F: hue angle of 193.22º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64929F is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100146159-
CMYK0.370.0800.38
HSL193.22º23.51%50.78%-
HSV(B)193.22º37.11%62.35%-
XYZ21.7925.7736.63-
YUV133.73142.26103.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 159 (62.5% from 255) = 39.26%
R=24.69%
G=36.05%
B=39.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001461590.370.0800.38193.2223.5150.78
Hex64929F258026c11833
Octal14422223745100463013063
Binary11001001001001010011111100101100001001101100000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,146,159); }

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

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

 a { background-color: rgb(100,146,159); }

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

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

 span { border-color: rgb(100,146,159); }

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