#668C97

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

Shades of Horizon #668C97

Tints of Horizon #668C97

Color information

#668C97 (or 0x668C97) is unknown color: approx Horizon. HEX triplet: 66, 8C and 97. RGB value is (102,140,151). Sum of RGB (Red+Green+Blue) = 102+140+151=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #668C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C97 is #997368. Grayscale: #818181. Windows color (decimal): -10056553 or 9931878. OLE color: 9931878.

HSL color Cylindrical-coordinate representation of color #668C97: hue angle of 193.47º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668C97 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB102140151-
CMYK0.320.0700.41
HSL193.47º19.37%49.61%-
HSV(B)193.47º32.45%59.22%-
XYZ20.4423.8232.8-
YUV129.89139.91108.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 151 (59.38% from 255) = 38.42%
R=25.95%
G=35.62%
B=38.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021401510.320.0700.41193.4719.3749.61
Hex668C97207029c11332
Octal1462142274070513012362
Binary1100110100011001001011110000011101010011100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,140,151); }

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

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

 a { background-color: rgb(102,140,151); }

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

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

 span { border-color: rgb(102,140,151); }

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