Html Css Color HEX #6E8D99 Bermuda Grey

📋 copy color: '#6E8D99'

red 110 ◦ green 141 ◦ blue 153

#6E8D99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #6E8D99

Tints of Bermuda Grey #6E8D99

RGB

 RED value IS 110 (43.36% from 255) = 27.23%

 GREEN value IS 141 (55.47% from 255) = 34.9%

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 27.23%
G = 34.9%
B = 37.87%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6E8D99 (or 0x6E8D99) is known color: Bermuda Grey. HEX triplet: 6E, 8D and 99. RGB value is (110,141,153). Sum of RGB (Red+Green+Blue) = 110+141+153=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E8D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8D99 is #917266. Grayscale: #858585. Windows color (decimal): -9532007 or 10063214. OLE color: 10063214.

HSL color Cylindrical-coordinate representation of color #6E8D99: hue angle of 196.74º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E8D99 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 141 153 -
CMYK 0.28 0.08 0 0.4
HSL 196.74º 0.17% 0.52% -
HSV(B) 196.74º 0.28% 0.6% -
XYZ 21.71 24.66 33.75 -
YUV 133.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 110 141 153 0.28 0.08 0 0.4 196.74 0.17 0.52
Hex 6E 8D 99 1C 8 0 28 C5 11 34
Octal 156 215 231 34 10 0 50 305 21 64
Binary 1101110 10001101 10011001 11100 1000 0 101000 11000101 10001 110100

Color Harmonies of #6E8D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8D99

Black with #6E8D99

Text Example


Text Example

White with #6E8D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,141,153); }

 H1.HeaderClassName
 {
   color: #6E8D99;
 }
 .AnyTagClassName
 {
   color: #6E8D99;
 }
</style>

background-color css

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

 a { background-color: rgb(110,141,153); }

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

border-color css

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

 span { border-color: rgb(110,141,153); }

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