#6B859B

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

Shades of Bermuda Grey #6B859B

Tints of Bermuda Grey #6B859B

Color information

#6B859B (or 0x6B859B) is unknown color: approx Bermuda Grey. HEX triplet: 6B, 85 and 9B. RGB value is (107,133,155). Sum of RGB (Red+Green+Blue) = 107+133+155=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B859B is #947A64. Grayscale: #7F7F7F. Windows color (decimal): -9730661 or 10192235. OLE color: 10192235.

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

Color convert

RGB107133155-
CMYK0.310.1400.39
HSL207.5º19.35%51.37%-
HSV(B)207.5º30.97%60.78%-
XYZ20.3722.2734.23-
YUV127.73143.39113.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.09%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=27.09%
G=33.67%
B=39.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071331550.310.1400.39207.519.3551.37
Hex6B859B1FE027cf1333
Octal15320523337160473172363
Binary1101011100001011001101111111111001001111100111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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