Html Css Color HEX #6D8899 Bermuda Grey

📋 copy color: '#6D8899'

red 109 ◦ green 136 ◦ blue 153

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

Shades of Bermuda Grey #6D8899

Tints of Bermuda Grey #6D8899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 153 (60.16% from 255) = 38.44%

R = 27.39%
G = 34.17%
B = 38.44%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D8899 (or 0x6D8899) is known color: Bermuda Grey. HEX triplet: 6D, 88 and 99. RGB value is (109,136,153). Sum of RGB (Red+Green+Blue) = 109+136+153=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D8899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8899 is #927766. Grayscale: #818181. Windows color (decimal): -9598823 or 10061933. OLE color: 10061933.

HSL color Cylindrical-coordinate representation of color #6D8899: hue angle of 203.18º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D8899 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 136 153 -
CMYK 0.29 0.11 0 0.4
HSL 203.18º 0.18% 0.51% -
HSV(B) 203.18º 0.29% 0.6% -
XYZ 20.86 23.16 33.51 -
YUV 129.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 109 136 153 0.29 0.11 0 0.4 203.18 0.18 0.51
Hex 6D 88 99 1D B 0 28 CB 12 33
Octal 155 210 231 35 13 0 50 313 22 63
Binary 1101101 10001000 10011001 11101 1011 0 101000 11001011 10010 110011

Color Harmonies of #6D8899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8899

Black with #6D8899

Text Example


Text Example

White with #6D8899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,136,153); }

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

background-color css

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

 a { background-color: rgb(109,136,153); }

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

border-color css

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

 span { border-color: rgb(109,136,153); }

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