Html Css Color HEX #6D8AAA Bermuda Grey

📋 copy color: '#6D8AAA'

red 109 ◦ green 138 ◦ blue 170

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

Shades of Bermuda Grey #6D8AAA

Tints of Bermuda Grey #6D8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 26.14%
G = 33.09%
B = 40.77%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D8AAA (or 0x6D8AAA) is known color: Bermuda Grey. HEX triplet: 6D, 8A and AA. RGB value is (109,138,170). Sum of RGB (Red+Green+Blue) = 109+138+170=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D8AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8AAA is #927555. Grayscale: #848484. Windows color (decimal): -9598294 or 11176557. OLE color: 11176557.

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

Color convert

RGB 109 138 170 -
CMYK 0.36 0.19 0 0.33
HSL 211.48º 0.26% 0.55% -
HSV(B) 211.48º 0.36% 0.67% -
XYZ 22.65 24.33 41.53 -
YUV 132.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 109 138 170 0.36 0.19 0 0.33 211.48 0.26 0.55
Hex 6D 8A AA 24 13 0 21 D3 1A 37
Octal 155 212 252 44 23 0 41 323 32 67
Binary 1101101 10001010 10101010 100100 10011 0 100001 11010011 11010 110111

Color Harmonies of #6D8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8AAA

Black with #6D8AAA

Text Example


Text Example

White with #6D8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,138,170); }

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

background-color css

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

 a { background-color: rgb(109,138,170); }

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

border-color css

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

 span { border-color: rgb(109,138,170); }

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