#668A94

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

Shades of Horizon #668A94

Tints of Horizon #668A94

Color information

#668A94 (or 0x668A94) is unknown color: approx Horizon. HEX triplet: 66, 8A and 94. RGB value is (102,138,148). Sum of RGB (Red+Green+Blue) = 102+138+148=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 138 (54.30% from 255 or 35.57% 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 #668A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A94 is #99756B. Grayscale: #808080. Windows color (decimal): -10057068 or 9734758. OLE color: 9734758.

HSL color Cylindrical-coordinate representation of color #668A94: hue angle of 193.04º 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 #668A94 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102138148-
CMYK0.310.0700.42
HSL193.04º18.4%49.02%-
HSV(B)193.04º31.08%58.04%-
XYZ19.9123.1431.43-
YUV128.38139.07109.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 148 (58.20% from 255) = 38.14%
R=26.29%
G=35.57%
B=38.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021381480.310.0700.42193.0418.449.02
Hex668A941F702Ac11231
Octal1462122243770523012261
Binary110011010001010100101001111111101010101100000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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