Html Css Color HEX #6E879D Bermuda Grey

📋 copy color: '#6E879D'

red 110 ◦ green 135 ◦ blue 157

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

Shades of Bermuda Grey #6E879D

Tints of Bermuda Grey #6E879D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.58%

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 27.36%
G = 33.58%
B = 39.05%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E879D (or 0x6E879D) is known color: Bermuda Grey. HEX triplet: 6E, 87 and 9D. RGB value is (110,135,157). Sum of RGB (Red+Green+Blue) = 110+135+157=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E879D is #917862. Grayscale: #818181. Windows color (decimal): -9533539 or 10323822. OLE color: 10323822.

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

Color convert

RGB 110 135 157 -
CMYK 0.30 0.14 0 0.38
HSL 208.09º 0.19% 0.52% -
HSV(B) 208.09º 0.3% 0.62% -
XYZ 21.18 23.08 35.24 -
YUV 130.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 110 135 157 0.30 0.14 0 0.38 208.09 0.19 0.52
Hex 6E 87 9D 1E E 0 26 D0 13 34
Octal 156 207 235 36 16 0 46 320 23 64
Binary 1101110 10000111 10011101 11110 1110 0 100110 11010000 10011 110100

Color Harmonies of #6E879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E879D

Black with #6E879D

Text Example


Text Example

White with #6E879D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,135,157); }

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

background-color css

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

 a { background-color: rgb(110,135,157); }

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

border-color css

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

 span { border-color: rgb(110,135,157); }

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