Html Css Color HEX #6D889C Bermuda Grey

📋 copy color: '#6D889C'

red 109 ◦ green 136 ◦ blue 156

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

Shades of Bermuda Grey #6D889C

Tints of Bermuda Grey #6D889C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.9%

R = 27.18%
G = 33.92%
B = 38.9%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D889C (or 0x6D889C) is known color: Bermuda Grey. HEX triplet: 6D, 88 and 9C. RGB value is (109,136,156). Sum of RGB (Red+Green+Blue) = 109+136+156=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D889C is #927763. Grayscale: #828282. Windows color (decimal): -9598820 or 10258541. OLE color: 10258541.

HSL color Cylindrical-coordinate representation of color #6D889C: hue angle of 205.53º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D889C is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 136 156 -
CMYK 0.30 0.13 0 0.39
HSL 205.53º 0.19% 0.52% -
HSV(B) 205.53º 0.3% 0.61% -
XYZ 21.11 23.26 34.83 -
YUV 130.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 109 136 156 0.30 0.13 0 0.39 205.53 0.19 0.52
Hex 6D 88 9C 1E D 0 27 CE 13 34
Octal 155 210 234 36 15 0 47 316 23 64
Binary 1101101 10001000 10011100 11110 1101 0 100111 11001110 10011 110100

Color Harmonies of #6D889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D889C

Black with #6D889C

Text Example


Text Example

White with #6D889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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