#648692

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

Shades of Horizon #648692

Tints of Horizon #648692

Color information

#648692 (or 0x648692) is unknown color: approx Horizon. HEX triplet: 64, 86 and 92. RGB value is (100,134,146). Sum of RGB (Red+Green+Blue) = 100+134+146=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #648692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648692 is #9B796D. Grayscale: #7D7D7D. Windows color (decimal): -10189166 or 9602660. OLE color: 9602660.

HSL color Cylindrical-coordinate representation of color #648692: hue angle of 195.65º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648692 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB100134146-
CMYK0.320.0800.43
HSL195.65º18.7%48.24%-
HSV(B)195.65º31.51%57.25%-
XYZ18.9721.8330.41-
YUV125.2139.74110.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 146 (57.42% from 255) = 38.42%
R=26.32%
G=35.26%
B=38.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001341460.320.0800.43195.6518.748.24
Hex64869220802Bc41330
Octal14420622240100533042360
Binary11001001000011010010010100000100001010111100010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648692; }

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

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

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

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

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

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

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

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