#6B929B

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

Shades of Horizon #6B929B

Tints of Horizon #6B929B

Color information

#6B929B (or 0x6B929B) is unknown color: approx Horizon. HEX triplet: 6B, 92 and 9B. RGB value is (107,146,155). Sum of RGB (Red+Green+Blue) = 107+146+155=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B929B is #946D64. Grayscale: #878787. Windows color (decimal): -9727333 or 10195563. OLE color: 10195563.

HSL color Cylindrical-coordinate representation of color #6B929B: hue angle of 191.25º 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 #6B929B is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB107146155-
CMYK0.310.0600.39
HSL191.25º19.35%51.37%-
HSV(B)191.25º30.97%60.78%-
XYZ22.2626.0534.87-
YUV135.36139.08107.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.23%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=26.23%
G=35.78%
B=37.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071461550.310.0600.39191.2519.3551.37
Hex6B929B1F6027bf1333
Octal1532222333760472772363
Binary110101110010010100110111111111001001111011111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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