#648D9F

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

Shades of Horizon #648D9F

Tints of Horizon #648D9F

Color information

#648D9F (or 0x648D9F) is unknown color: approx Horizon. HEX triplet: 64, 8D and 9F. RGB value is (100,141,159). Sum of RGB (Red+Green+Blue) = 100+141+159=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #648D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D9F is #9B7260. Grayscale: #828282. Windows color (decimal): -10187361 or 10456420. OLE color: 10456420.

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

Color convert

RGB100141159-
CMYK0.370.1100.38
HSL198.31º23.51%50.78%-
HSV(B)198.31º37.11%62.35%-
XYZ21.0424.2636.38-
YUV130.79143.92106.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=25%
G=35.25%
B=39.75%

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
Decimal1001411590.370.1100.38198.3123.5150.78
Hex648D9F25B026c61833
Octal14421523745130463063063
Binary11001001000110110011111100101101101001101100011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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