Html Css Color HEX #6E8DA7 Bermuda Grey

📋 copy color: '#6E8DA7'

red 110 ◦ green 141 ◦ blue 167

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

Shades of Bermuda Grey #6E8DA7

Tints of Bermuda Grey #6E8DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.95%

R = 26.32%
G = 33.73%
B = 39.95%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6E8DA7 (or 0x6E8DA7) is known color: Bermuda Grey. HEX triplet: 6E, 8D and A7. RGB value is (110,141,167). Sum of RGB (Red+Green+Blue) = 110+141+167=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 167 - color contains mainly: blue. Hex color #6E8DA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8DA7 is #917258. Grayscale: #868686. Windows color (decimal): -9531993 or 10980718. OLE color: 10980718.

HSL color Cylindrical-coordinate representation of color #6E8DA7: hue angle of 207.37º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E8DA7 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 110 141 167 -
CMYK 0.34 0.16 0 0.35
HSL 207.37º 0.24% 0.54% -
HSV(B) 207.37º 0.34% 0.65% -
XYZ 22.93 25.15 40.21 -
YUV 134.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 110 141 167 0.34 0.16 0 0.35 207.37 0.24 0.54
Hex 6E 8D A7 22 10 0 23 CF 18 36
Octal 156 215 247 42 20 0 43 317 30 66
Binary 1101110 10001101 10100111 100010 10000 0 100011 11001111 11000 110110

Color Harmonies of #6E8DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8DA7

Black with #6E8DA7

Text Example


Text Example

White with #6E8DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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