#6F909B

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

Shades of Bermuda Grey #6F909B

Tints of Bermuda Grey #6F909B

Color information

#6F909B (or 0x6F909B) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 90 and 9B. RGB value is (111,144,155). Sum of RGB (Red+Green+Blue) = 111+144+155=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F909B is #906F64. Grayscale: #878787. Windows color (decimal): -9465701 or 10195055. OLE color: 10195055.

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

Color convert

RGB111144155-
CMYK0.280.0700.39
HSL195º18.03%52.16%-
HSV(B)195º28.39%60.78%-
XYZ22.4525.6934.79-
YUV135.39139.07110.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.07%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=27.07%
G=35.12%
B=37.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111441550.280.0700.3919518.0352.16
Hex6F909B1C7027c31234
Octal1572202333470473032264
Binary110111110010000100110111110011101001111100001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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