#668A9B

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

Shades of Horizon #668A9B

Tints of Horizon #668A9B

Color information

#668A9B (or 0x668A9B) is unknown color: approx Horizon. HEX triplet: 66, 8A and 9B. RGB value is (102,138,155). Sum of RGB (Red+Green+Blue) = 102+138+155=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #668A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A9B is #997564. Grayscale: #818181. Windows color (decimal): -10057061 or 10193510. OLE color: 10193510.

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

Color convert

RGB102138155-
CMYK0.340.1100.39
HSL199.25º20.95%50.39%-
HSV(B)199.25º34.19%60.78%-
XYZ20.4823.3734.44-
YUV129.17142.57108.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=25.82%
G=34.94%
B=39.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021381550.340.1100.39199.2520.9550.39
Hex668A9B22B027c71532
Octal14621223342130473072562
Binary11001101000101010011011100010101101001111100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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