#6C909A

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

Shades of Horizon #6C909A

Tints of Horizon #6C909A

Color information

#6C909A (or 0x6C909A) is unknown color: approx Horizon. HEX triplet: 6C, 90 and 9A. RGB value is (108,144,154). Sum of RGB (Red+Green+Blue) = 108+144+154=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C909A is #936F65. Grayscale: #868686. Windows color (decimal): -9662310 or 10129516. OLE color: 10129516.

HSL color Cylindrical-coordinate representation of color #6C909A: hue angle of 193.04º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C909A is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB108144154-
CMYK0.300.0600.40
HSL193.04º18.55%51.37%-
HSV(B)193.04º29.87%60.39%-
XYZ21.9925.4734.33-
YUV134.38139.07109.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=26.60%
G=35.47%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1081441540.300.0600.40193.0418.5551.37
Hex6C909A1E6028c11333
Octal1542202323660503012363
Binary110110010010000100110101111011001010001100000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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