#6C909B

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

Shades of Horizon #6C909B

Tints of Horizon #6C909B

Color information

#6C909B (or 0x6C909B) is unknown color: approx Horizon. HEX triplet: 6C, 90 and 9B. RGB value is (108,144,155). Sum of RGB (Red+Green+Blue) = 108+144+155=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C909B is #936F64. Grayscale: #868686. Windows color (decimal): -9662309 or 10195052. OLE color: 10195052.

HSL color Cylindrical-coordinate representation of color #6C909B: hue angle of 194.04º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C909B is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB108144155-
CMYK0.300.0700.39
HSL194.04º19.03%51.57%-
HSV(B)194.04º30.32%60.78%-
XYZ22.0725.534.77-
YUV134.49139.57109.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.54%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=26.54%
G=35.38%
B=38.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1081441550.300.0700.39194.0419.0351.57
Hex6C909B1E7027c21334
Octal1542202333670473022364
Binary110110010010000100110111111011101001111100001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,144,155); }

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

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

 a { background-color: rgb(108,144,155); }

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

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

 span { border-color: rgb(108,144,155); }

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