Html Css Color HEX #6D919E Bermuda Grey

📋 copy color: '#6D919E'

red 109 ◦ green 145 ◦ blue 158

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

Shades of Bermuda Grey #6D919E

Tints of Bermuda Grey #6D919E

RGB

 RED value IS 109 (42.97% from 255) = 26.46%

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

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

R = 26.46%
G = 35.19%
B = 38.35%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D919E (or 0x6D919E) is known color: Bermuda Grey. HEX triplet: 6D, 91 and 9E. RGB value is (109,145,158). Sum of RGB (Red+Green+Blue) = 109+145+158=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D919E is #926E61. Grayscale: #878787. Windows color (decimal): -9596514 or 10391917. OLE color: 10391917.

HSL color Cylindrical-coordinate representation of color #6D919E: hue angle of 195.92º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D919E is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 145 158 -
CMYK 0.31 0.08 0 0.38
HSL 195.92º 0.2% 0.52% -
HSV(B) 195.92º 0.31% 0.62% -
XYZ 22.6 25.97 36.17 -
YUV 135.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 109 145 158 0.31 0.08 0 0.38 195.92 0.2 0.52
Hex 6D 91 9E 1F 8 0 26 C4 14 34
Octal 155 221 236 37 10 0 46 304 24 64
Binary 1101101 10010001 10011110 11111 1000 0 100110 11000100 10100 110100

Color Harmonies of #6D919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D919E

Black with #6D919E

Text Example


Text Example

White with #6D919E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,145,158); }

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

background-color css

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

 a { background-color: rgb(109,145,158); }

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

border-color css

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

 span { border-color: rgb(109,145,158); }

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