Html Css Color HEX #6D8EAC Bermuda Grey

📋 copy color: '#6D8EAC'

red 109 ◦ green 142 ◦ blue 172

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

Shades of Bermuda Grey #6D8EAC

Tints of Bermuda Grey #6D8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 25.77%
G = 33.57%
B = 40.66%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D8EAC (or 0x6D8EAC) is known color: Bermuda Grey. HEX triplet: 6D, 8E and AC. RGB value is (109,142,172). Sum of RGB (Red+Green+Blue) = 109+142+172=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D8EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8EAC is #927153. Grayscale: #878787. Windows color (decimal): -9597268 or 11308653. OLE color: 11308653.

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

Color convert

RGB 109 142 172 -
CMYK 0.37 0.17 0 0.33
HSL 208.57º 0.28% 0.55% -
HSV(B) 208.57º 0.37% 0.67% -
XYZ 23.43 25.58 42.73 -
YUV 135.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 109 142 172 0.37 0.17 0 0.33 208.57 0.28 0.55
Hex 6D 8E AC 25 11 0 21 D1 1C 37
Octal 155 216 254 45 21 0 41 321 34 67
Binary 1101101 10001110 10101100 100101 10001 0 100001 11010001 11100 110111

Color Harmonies of #6D8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8EAC

Black with #6D8EAC

Text Example


Text Example

White with #6D8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,142,172); }

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

background-color css

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

 a { background-color: rgb(109,142,172); }

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

border-color css

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

 span { border-color: rgb(109,142,172); }

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