#648D9E

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

Shades of Horizon #648D9E

Tints of Horizon #648D9E

Color information

#648D9E (or 0x648D9E) is unknown color: approx Horizon. HEX triplet: 64, 8D and 9E. RGB value is (100,141,158). Sum of RGB (Red+Green+Blue) = 100+141+158=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #648D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D9E is #9B7261. Grayscale: #828282. Windows color (decimal): -10187362 or 10390884. OLE color: 10390884.

HSL color Cylindrical-coordinate representation of color #648D9E: hue angle of 197.59º degrees, saturation: 0.23, 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 #648D9E is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100141158-
CMYK0.370.1100.38
HSL197.59º23.02%50.59%-
HSV(B)197.59º36.71%61.96%-
XYZ20.9524.2335.92-
YUV130.68143.42106.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=25.06%
G=35.34%
B=39.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001411580.370.1100.38197.5923.0250.59
Hex648D9E25B026c61733
Octal14421523645130463062763
Binary11001001000110110011110100101101101001101100011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648D9E; }

 p { color: rgb(100,141,158); }

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

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

 a { background-color: rgb(100,141,158); }

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

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

 span { border-color: rgb(100,141,158); }

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