#648C94

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

Shades of Horizon #648C94

Tints of Horizon #648C94

Color information

#648C94 (or 0x648C94) is unknown color: approx Horizon. HEX triplet: 64, 8C and 94. RGB value is (100,140,148). Sum of RGB (Red+Green+Blue) = 100+140+148=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 148 - color contains mainly: blue. Hex color #648C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648C94 is #9B736B. Grayscale: #808080. Windows color (decimal): -10187628 or 9735268. OLE color: 9735268.

HSL color Cylindrical-coordinate representation of color #648C94: hue angle of 190º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648C94 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100140148-
CMYK0.320.0500.42
HSL190º19.35%48.63%-
HSV(B)190º32.43%58.04%-
XYZ19.9823.631.52-
YUV128.95138.75107.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.77%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 148 (58.20% from 255) = 38.14%
R=25.77%
G=36.08%
B=38.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001401480.320.0500.4219019.3548.63
Hex648C9420502Abe1331
Octal1442142244050522762361
Binary1100100100011001001010010000010101010101011111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,140,148); }

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

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

 a { background-color: rgb(100,140,148); }

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

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

 span { border-color: rgb(100,140,148); }

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