#6B8599

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

Shades of Bermuda Grey #6B8599

Tints of Bermuda Grey #6B8599

Color information

#6B8599 (or 0x6B8599) is unknown color: approx Bermuda Grey. HEX triplet: 6B, 85 and 99. RGB value is (107,133,153). Sum of RGB (Red+Green+Blue) = 107+133+153=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B8599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8599 is #947A66. Grayscale: #7F7F7F. Windows color (decimal): -9730663 or 10061163. OLE color: 10061163.

HSL color Cylindrical-coordinate representation of color #6B8599: hue angle of 206.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B8599 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB107133153-
CMYK0.300.1300.4
HSL206.09º18.4%50.98%-
HSV(B)206.09º30.07%60%-
XYZ20.222.233.36-
YUV127.51142.39113.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=27.23%
G=33.84%
B=38.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1071331530.300.1300.4206.0918.450.98
Hex6B85991ED028ce1233
Octal15320523136150503162263
Binary1101011100001011001100111110110101010001100111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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