#6B909B

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

Shades of Horizon #6B909B

Tints of Horizon #6B909B

Color information

#6B909B (or 0x6B909B) is unknown color: approx Horizon. HEX triplet: 6B, 90 and 9B. RGB value is (107,144,155). Sum of RGB (Red+Green+Blue) = 107+144+155=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B909B is #946F64. Grayscale: #868686. Windows color (decimal): -9727845 or 10195051. OLE color: 10195051.

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

Color convert

RGB107144155-
CMYK0.310.0700.39
HSL193.75º19.35%51.37%-
HSV(B)193.75º30.97%60.78%-
XYZ21.9525.4434.76-
YUV134.19139.74108.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.35%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=26.35%
G=35.47%
B=38.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071441550.310.0700.39193.7519.3551.37
Hex6B909B1F7027c21333
Octal1532202333770473022363
Binary110101110010000100110111111111101001111100001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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