Html Css Color HEX #6D91A9 Bermuda Grey

📋 copy color: '#6D91A9'

red 109 ◦ green 145 ◦ blue 169

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

Shades of Bermuda Grey #6D91A9

Tints of Bermuda Grey #6D91A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.95%

R = 25.77%
G = 34.28%
B = 39.95%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6D91A9 (or 0x6D91A9) is known color: Bermuda Grey. HEX triplet: 6D, 91 and A9. RGB value is (109,145,169). Sum of RGB (Red+Green+Blue) = 109+145+169=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #6D91A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D91A9 is #926E56. Grayscale: #888888. Windows color (decimal): -9596503 or 11112813. OLE color: 11112813.

HSL color Cylindrical-coordinate representation of color #6D91A9: hue angle of 204º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D91A9 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 109 145 169 -
CMYK 0.36 0.14 0 0.34
HSL 204º 0.26% 0.55% -
HSV(B) 204º 0.36% 0.66% -
XYZ 23.59 26.37 41.38 -
YUV 136.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 109 145 169 0.36 0.14 0 0.34 204 0.26 0.55
Hex 6D 91 A9 24 E 0 22 CC 1A 37
Octal 155 221 251 44 16 0 42 314 32 67
Binary 1101101 10010001 10101001 100100 1110 0 100010 11001100 11010 110111

Color Harmonies of #6D91A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D91A9

Black with #6D91A9

Text Example


Text Example

White with #6D91A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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