#668A9C

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

Shades of Horizon #668A9C

Tints of Horizon #668A9C

Color information

#668A9C (or 0x668A9C) is unknown color: approx Horizon. HEX triplet: 66, 8A and 9C. RGB value is (102,138,156). Sum of RGB (Red+Green+Blue) = 102+138+156=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #668A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A9C is #997563. Grayscale: #818181. Windows color (decimal): -10057060 or 10259046. OLE color: 10259046.

HSL color Cylindrical-coordinate representation of color #668A9C: hue angle of 200º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668A9C is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102138156-
CMYK0.350.1200.39
HSL200º21.43%50.59%-
HSV(B)200º34.62%61.18%-
XYZ20.5723.434.89-
YUV129.29143.07108.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.76%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=25.76%
G=34.85%
B=39.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021381560.350.1200.3920021.4350.59
Hex668A9C23C027c81533
Octal14621223443140473102563
Binary11001101000101010011100100011110001001111100100010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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