Html Css Color HEX #6D90AD Bermuda Grey

📋 copy color: '#6D90AD'

red 109 ◦ green 144 ◦ blue 173

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

Shades of Bermuda Grey #6D90AD

Tints of Bermuda Grey #6D90AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 25.59%
G = 33.8%
B = 40.61%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D90AD (or 0x6D90AD) is known color: Bermuda Grey. HEX triplet: 6D, 90 and AD. RGB value is (109,144,173). Sum of RGB (Red+Green+Blue) = 109+144+173=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D90AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D90AD is #926F52. Grayscale: #888888. Windows color (decimal): -9596755 or 11374701. OLE color: 11374701.

HSL color Cylindrical-coordinate representation of color #6D90AD: hue angle of 207.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D90AD is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 144 173 -
CMYK 0.37 0.17 0 0.32
HSL 207.19º 0.28% 0.55% -
HSV(B) 207.19º 0.37% 0.68% -
XYZ 23.82 26.21 43.34 -
YUV 136.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 109 144 173 0.37 0.17 0 0.32 207.19 0.28 0.55
Hex 6D 90 AD 25 11 0 20 CF 1C 37
Octal 155 220 255 45 21 0 40 317 34 67
Binary 1101101 10010000 10101101 100101 10001 0 100000 11001111 11100 110111

Color Harmonies of #6D90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D90AD

Black with #6D90AD

Text Example


Text Example

White with #6D90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,144,173); }

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

background-color css

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

 a { background-color: rgb(109,144,173); }

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

border-color css

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

 span { border-color: rgb(109,144,173); }

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