#6F919C

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

Shades of Bermuda Grey #6F919C

Tints of Bermuda Grey #6F919C

Color information

#6F919C (or 0x6F919C) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 91 and 9C. RGB value is (111,145,156). Sum of RGB (Red+Green+Blue) = 111+145+156=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F919C is #906E63. Grayscale: #888888. Windows color (decimal): -9465444 or 10260847. OLE color: 10260847.

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

Color convert

RGB111145156-
CMYK0.290.0700.39
HSL194.67º18.52%52.35%-
HSV(B)194.67º28.85%61.18%-
XYZ22.6826.0335.28-
YUV136.09139.24110.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.94%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=26.94%
G=35.19%
B=37.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111451560.290.0700.39194.6718.5252.35
Hex6F919C1D7027c31334
Octal1572212343570473032364
Binary110111110010001100111001110111101001111100001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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