Html Css Color HEX #6E8D9C Bermuda Grey

📋 copy color: '#6E8D9C'

red 110 ◦ green 141 ◦ blue 156

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

Shades of Bermuda Grey #6E8D9C

Tints of Bermuda Grey #6E8D9C

RGB

 RED value IS 110 (43.36% from 255) = 27.03%

 GREEN value IS 141 (55.47% from 255) = 34.64%

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

R = 27.03%
G = 34.64%
B = 38.33%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E8D9C (or 0x6E8D9C) is known color: Bermuda Grey. HEX triplet: 6E, 8D and 9C. RGB value is (110,141,156). Sum of RGB (Red+Green+Blue) = 110+141+156=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E8D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8D9C is #917263. Grayscale: #858585. Windows color (decimal): -9532004 or 10259822. OLE color: 10259822.

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

Color convert

RGB 110 141 156 -
CMYK 0.29 0.10 0 0.39
HSL 199.57º 0.19% 0.52% -
HSV(B) 199.57º 0.29% 0.61% -
XYZ 21.96 24.77 35.08 -
YUV 133.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 110 141 156 0.29 0.10 0 0.39 199.57 0.19 0.52
Hex 6E 8D 9C 1D A 0 27 C8 13 34
Octal 156 215 234 35 12 0 47 310 23 64
Binary 1101110 10001101 10011100 11101 1010 0 100111 11001000 10011 110100

Color Harmonies of #6E8D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8D9C

Black with #6E8D9C

Text Example


Text Example

White with #6E8D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,141,156); }

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

background-color css

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

 a { background-color: rgb(110,141,156); }

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

border-color css

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

 span { border-color: rgb(110,141,156); }

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