Html Css Color HEX #6D8DAD Bermuda Grey

📋 copy color: '#6D8DAD'

red 109 ◦ green 141 ◦ blue 173

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

Shades of Bermuda Grey #6D8DAD

Tints of Bermuda Grey #6D8DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.33%

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

R = 25.77%
G = 33.33%
B = 40.9%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D8DAD (or 0x6D8DAD) is known color: Bermuda Grey. HEX triplet: 6D, 8D and AD. RGB value is (109,141,173). Sum of RGB (Red+Green+Blue) = 109+141+173=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D8DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8DAD is #927252. Grayscale: #868686. Windows color (decimal): -9597523 or 11373933. OLE color: 11373933.

HSL color Cylindrical-coordinate representation of color #6D8DAD: hue angle of 210º 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 #6D8DAD is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 141 173 -
CMYK 0.37 0.18 0 0.32
HSL 210º 0.28% 0.55% -
HSV(B) 210º 0.37% 0.68% -
XYZ 23.37 25.32 43.19 -
YUV 135.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 109 141 173 0.37 0.18 0 0.32 210 0.28 0.55
Hex 6D 8D AD 25 12 0 20 D2 1C 37
Octal 155 215 255 45 22 0 40 322 34 67
Binary 1101101 10001101 10101101 100101 10010 0 100000 11010010 11100 110111

Color Harmonies of #6D8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8DAD

Black with #6D8DAD

Text Example


Text Example

White with #6D8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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