Html Css Color HEX #6E919C Bermuda Grey

📋 copy color: '#6E919C'

red 110 ◦ green 145 ◦ blue 156

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

Shades of Bermuda Grey #6E919C

Tints of Bermuda Grey #6E919C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 26.76%
G = 35.28%
B = 37.96%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E919C (or 0x6E919C) is known color: Bermuda Grey. HEX triplet: 6E, 91 and 9C. RGB value is (110,145,156). Sum of RGB (Red+Green+Blue) = 110+145+156=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E919C is #916E63. Grayscale: #878787. Windows color (decimal): -9530980 or 10260846. OLE color: 10260846.

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

Color convert

RGB 110 145 156 -
CMYK 0.29 0.07 0 0.39
HSL 194.35º 0.19% 0.52% -
HSV(B) 194.35º 0.29% 0.61% -
XYZ 22.56 25.97 35.28 -
YUV 135.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 110 145 156 0.29 0.07 0 0.39 194.35 0.19 0.52
Hex 6E 91 9C 1D 7 0 27 C2 13 34
Octal 156 221 234 35 7 0 47 302 23 64
Binary 1101110 10010001 10011100 11101 111 0 100111 11000010 10011 110100

Color Harmonies of #6E919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E919C

Black with #6E919C

Text Example


Text Example

White with #6E919C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,145,156); }

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

background-color css

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

 a { background-color: rgb(110,145,156); }

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

border-color css

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

 span { border-color: rgb(110,145,156); }

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