Html Css Color HEX #6D8EAB Bermuda Grey

📋 copy color: '#6D8EAB'

red 109 ◦ green 142 ◦ blue 171

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

Shades of Bermuda Grey #6D8EAB

Tints of Bermuda Grey #6D8EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 25.83%
G = 33.65%
B = 40.52%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D8EAB (or 0x6D8EAB) is known color: Bermuda Grey. HEX triplet: 6D, 8E and AB. RGB value is (109,142,171). Sum of RGB (Red+Green+Blue) = 109+142+171=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D8EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8EAB is #927154. Grayscale: #878787. Windows color (decimal): -9597269 or 11243117. OLE color: 11243117.

HSL color Cylindrical-coordinate representation of color #6D8EAB: hue angle of 208.06º degrees, saturation: 0.27, 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 #6D8EAB is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 142 171 -
CMYK 0.36 0.17 0 0.33
HSL 208.06º 0.27% 0.55% -
HSV(B) 208.06º 0.36% 0.67% -
XYZ 23.33 25.54 42.23 -
YUV 135.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 109 142 171 0.36 0.17 0 0.33 208.06 0.27 0.55
Hex 6D 8E AB 24 11 0 21 D0 1B 37
Octal 155 216 253 44 21 0 41 320 33 67
Binary 1101101 10001110 10101011 100100 10001 0 100001 11010000 11011 110111

Color Harmonies of #6D8EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8EAB

Black with #6D8EAB

Text Example


Text Example

White with #6D8EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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