#6B8B9B

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

Shades of Bermuda Grey #6B8B9B

Tints of Bermuda Grey #6B8B9B

Color information

#6B8B9B (or 0x6B8B9B) is unknown color: approx Bermuda Grey. HEX triplet: 6B, 8B and 9B. RGB value is (107,139,155). Sum of RGB (Red+Green+Blue) = 107+139+155=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B8B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B9B is #947464. Grayscale: #838383. Windows color (decimal): -9729125 or 10193771. OLE color: 10193771.

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

Color convert

RGB107139155-
CMYK0.310.1000.39
HSL200º19.35%51.37%-
HSV(B)200º30.97%60.78%-
XYZ21.2123.9634.52-
YUV131.26141.4110.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.68%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=26.68%
G=34.66%
B=38.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071391550.310.1000.3920019.3551.37
Hex6B8B9B1FA027c81333
Octal15321323337120473102363
Binary1101011100010111001101111111101001001111100100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,139,155); }

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

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

 a { background-color: rgb(107,139,155); }

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

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

 span { border-color: rgb(107,139,155); }

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