Html Css Color HEX #6D8DAE Bermuda Grey

📋 copy color: '#6D8DAE'

red 109 ◦ green 141 ◦ blue 174

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

Shades of Bermuda Grey #6D8DAE

Tints of Bermuda Grey #6D8DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 25.71%
G = 33.25%
B = 41.04%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D8DAE (or 0x6D8DAE) is known color: Bermuda Grey. HEX triplet: 6D, 8D and AE. RGB value is (109,141,174). Sum of RGB (Red+Green+Blue) = 109+141+174=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D8DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8DAE is #927251. Grayscale: #878787. Windows color (decimal): -9597522 or 11439469. OLE color: 11439469.

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

Color convert

RGB 109 141 174 -
CMYK 0.37 0.19 0 0.32
HSL 210.46º 0.29% 0.55% -
HSV(B) 210.46º 0.37% 0.68% -
XYZ 23.47 25.36 43.7 -
YUV 135.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 109 141 174 0.37 0.19 0 0.32 210.46 0.29 0.55
Hex 6D 8D AE 25 13 0 20 D2 1D 37
Octal 155 215 256 45 23 0 40 322 35 67
Binary 1101101 10001101 10101110 100101 10011 0 100000 11010010 11101 110111

Color Harmonies of #6D8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8DAE

Black with #6D8DAE

Text Example


Text Example

White with #6D8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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