#668B94

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

Shades of Horizon #668B94

Tints of Horizon #668B94

Color information

#668B94 (or 0x668B94) is unknown color: approx Horizon. HEX triplet: 66, 8B and 94. RGB value is (102,139,148). Sum of RGB (Red+Green+Blue) = 102+139+148=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #668B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668B94 is #99746B. Grayscale: #808080. Windows color (decimal): -10056812 or 9735014. OLE color: 9735014.

HSL color Cylindrical-coordinate representation of color #668B94: hue angle of 191.74º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668B94 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102139148-
CMYK0.310.0600.42
HSL191.74º18.4%49.02%-
HSV(B)191.74º31.08%58.04%-
XYZ20.0623.4331.48-
YUV128.96138.74108.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=26.22%
G=35.73%
B=38.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021391480.310.0600.42191.7418.449.02
Hex668B941F602Ac01231
Octal1462132243760523002261
Binary110011010001011100101001111111001010101100000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668B94; }

 p { color: rgb(102,139,148); }

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

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

 a { background-color: rgb(102,139,148); }

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

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

 span { border-color: rgb(102,139,148); }

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