#6B8A96

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

Shades of Horizon #6B8A96

Tints of Horizon #6B8A96

Color information

#6B8A96 (or 0x6B8A96) is unknown color: approx Horizon. HEX triplet: 6B, 8A and 96. RGB value is (107,138,150). Sum of RGB (Red+Green+Blue) = 107+138+150=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B8A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8A96 is #947569. Grayscale: #828282. Windows color (decimal): -9729386 or 9865835. OLE color: 9865835.

HSL color Cylindrical-coordinate representation of color #6B8A96: hue angle of 196.74º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B8A96 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB107138150-
CMYK0.290.0800.41
HSL196.74º17%50.39%-
HSV(B)196.74º28.67%58.82%-
XYZ20.6623.532.3-
YUV130.1139.23111.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.09%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=27.09%
G=34.94%
B=37.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1071381500.290.0800.41196.741750.39
Hex6B8A961D8029c51132
Octal15321222635100513052162
Binary1101011100010101001011011101100001010011100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B8A96; }

 p { color: rgb(107,138,150); }

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

<style>
 a { background-color: #6B8A96; }

 a { background-color: rgb(107,138,150); }

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

<style>
 span { border-color: #6B8A96; }

 span { border-color: rgb(107,138,150); }

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