Html Css Color HEX #6D8C99 Bermuda Grey

📋 copy color: '#6D8C99'

red 109 ◦ green 140 ◦ blue 153

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

Shades of Bermuda Grey #6D8C99

Tints of Bermuda Grey #6D8C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

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

R = 27.11%
G = 34.83%
B = 38.06%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D8C99 (or 0x6D8C99) is known color: Bermuda Grey. HEX triplet: 6D, 8C and 99. RGB value is (109,140,153). Sum of RGB (Red+Green+Blue) = 109+140+153=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D8C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8C99 is #927366. Grayscale: #848484. Windows color (decimal): -9597799 or 10062957. OLE color: 10062957.

HSL color Cylindrical-coordinate representation of color #6D8C99: hue angle of 197.73º 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 #6D8C99 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 140 153 -
CMYK 0.29 0.08 0 0.4
HSL 197.73º 0.18% 0.51% -
HSV(B) 197.73º 0.29% 0.6% -
XYZ 21.43 24.31 33.7 -
YUV 132.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 109 140 153 0.29 0.08 0 0.4 197.73 0.18 0.51
Hex 6D 8C 99 1D 8 0 28 C6 12 33
Octal 155 214 231 35 10 0 50 306 22 63
Binary 1101101 10001100 10011001 11101 1000 0 101000 11000110 10010 110011

Color Harmonies of #6D8C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8C99

Black with #6D8C99

Text Example


Text Example

White with #6D8C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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