#6E879B

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

Shades of Bermuda Grey #6E879B

Tints of Bermuda Grey #6E879B

Color information

#6E879B (or 0x6E879B) is unknown color: approx Bermuda Grey. HEX triplet: 6E, 87 and 9B. RGB value is (110,135,155). Sum of RGB (Red+Green+Blue) = 110+135+155=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E879B is #917864. Grayscale: #818181. Windows color (decimal): -9533541 or 10192750. OLE color: 10192750.

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

Color convert

RGB110135155-
CMYK0.290.1300.39
HSL206.67º18.37%51.96%-
HSV(B)206.67º29.03%60.78%-
XYZ21.0123.0134.34-
YUV129.8142.22113.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.5%
GREEN value IS 135 (53.12% from 255) = 33.75%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=27.5%
G=33.75%
B=38.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101351550.290.1300.39206.6718.3751.96
Hex6E879B1DD027cf1234
Octal15620723335150473172264
Binary1101110100001111001101111101110101001111100111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,135,155); }

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

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

 a { background-color: rgb(110,135,155); }

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

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

 span { border-color: rgb(110,135,155); }

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