Html Css Color HEX #6E949E Bermuda Grey

📋 copy color: '#6E949E'

red 110 ◦ green 148 ◦ blue 158

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

Shades of Bermuda Grey #6E949E

Tints of Bermuda Grey #6E949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 158 (62.11% from 255) = 37.98%

R = 26.44%
G = 35.58%
B = 37.98%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E949E (or 0x6E949E) is known color: Bermuda Grey. HEX triplet: 6E, 94 and 9E. RGB value is (110,148,158). Sum of RGB (Red+Green+Blue) = 110+148+158=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E949E is #916B61. Grayscale: #898989. Windows color (decimal): -9530210 or 10392686. OLE color: 10392686.

HSL color Cylindrical-coordinate representation of color #6E949E: hue angle of 192.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E949E is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 148 158 -
CMYK 0.30 0.06 0 0.38
HSL 192.5º 0.2% 0.53% -
HSV(B) 192.5º 0.3% 0.62% -
XYZ 23.19 26.96 36.33 -
YUV 137.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 110 148 158 0.30 0.06 0 0.38 192.5 0.2 0.53
Hex 6E 94 9E 1E 6 0 26 C0 14 35
Octal 156 224 236 36 6 0 46 300 24 65
Binary 1101110 10010100 10011110 11110 110 0 100110 11000000 10100 110101

Color Harmonies of #6E949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E949E

Black with #6E949E

Text Example


Text Example

White with #6E949E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,148,158); }

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

background-color css

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

 a { background-color: rgb(110,148,158); }

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

border-color css

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

 span { border-color: rgb(110,148,158); }

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