#6F909C

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

Shades of Bermuda Grey #6F909C

Tints of Bermuda Grey #6F909C

Color information

#6F909C (or 0x6F909C) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 90 and 9C. RGB value is (111,144,156). Sum of RGB (Red+Green+Blue) = 111+144+156=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F909C is #906F63. Grayscale: #878787. Windows color (decimal): -9465700 or 10260591. OLE color: 10260591.

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

Color convert

RGB111144156-
CMYK0.290.0800.39
HSL196º18.52%52.35%-
HSV(B)196º28.85%61.18%-
XYZ22.5325.7335.23-
YUV135.5139.57110.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.01%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=27.01%
G=35.04%
B=37.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111441560.290.0800.3919618.5252.35
Hex6F909C1D8027c41334
Octal15722023435100473042364
Binary1101111100100001001110011101100001001111100010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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