Html Css Color HEX #6D919D Bermuda Grey

📋 copy color: '#6D919D'

red 109 ◦ green 145 ◦ blue 157

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

Shades of Bermuda Grey #6D919D

Tints of Bermuda Grey #6D919D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 26.52%
G = 35.28%
B = 38.2%

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

#6D919D (or 0x6D919D) is known color: Bermuda Grey. HEX triplet: 6D, 91 and 9D. RGB value is (109,145,157). Sum of RGB (Red+Green+Blue) = 109+145+157=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D919D is #926E62. Grayscale: #878787. Windows color (decimal): -9596515 or 10326381. OLE color: 10326381.

HSL color Cylindrical-coordinate representation of color #6D919D: hue angle of 195º 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 #6D919D is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 145 157 -
CMYK 0.31 0.08 0 0.38
HSL 195º 0.2% 0.52% -
HSV(B) 195º 0.31% 0.62% -
XYZ 22.52 25.94 35.72 -
YUV 135.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 109 145 157 0.31 0.08 0 0.38 195 0.2 0.52
Hex 6D 91 9D 1F 8 0 26 C3 14 34
Octal 155 221 235 37 10 0 46 303 24 64
Binary 1101101 10010001 10011101 11111 1000 0 100110 11000011 10100 110100

Color Harmonies of #6D919D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D919D

Black with #6D919D

Text Example


Text Example

White with #6D919D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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