#6B909C

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

Shades of Horizon #6B909C

Tints of Horizon #6B909C

Color information

#6B909C (or 0x6B909C) is unknown color: approx Horizon. HEX triplet: 6B, 90 and 9C. RGB value is (107,144,156). Sum of RGB (Red+Green+Blue) = 107+144+156=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B909C is #946F63. Grayscale: #868686. Windows color (decimal): -9727844 or 10260587. OLE color: 10260587.

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

Color convert

RGB107144156-
CMYK0.310.0800.39
HSL194.69º19.84%51.57%-
HSV(B)194.69º31.41%61.18%-
XYZ22.0425.4735.21-
YUV134.3140.24108.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.29%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=26.29%
G=35.38%
B=38.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071441560.310.0800.39194.6919.8451.57
Hex6B909C1F8027c31434
Octal15322023437100473032464
Binary1101011100100001001110011111100001001111100001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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