#6F929C

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

Shades of Bermuda Grey #6F929C

Tints of Bermuda Grey #6F929C

Color information

#6F929C (or 0x6F929C) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 92 and 9C. RGB value is (111,146,156). Sum of RGB (Red+Green+Blue) = 111+146+156=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F929C is #906D63. Grayscale: #888888. Windows color (decimal): -9465188 or 10261103. OLE color: 10261103.

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

Color convert

RGB111146156-
CMYK0.290.0600.39
HSL193.33º18.52%52.35%-
HSV(B)193.33º28.85%61.18%-
XYZ22.8426.3435.33-
YUV136.67138.9109.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.88%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=26.88%
G=35.35%
B=37.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111461560.290.0600.39193.3318.5252.35
Hex6F929C1D6027c11334
Octal1572222343560473012364
Binary110111110010010100111001110111001001111100000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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