Html Css Color HEX #6E93AD Bermuda Grey

📋 copy color: '#6E93AD'

red 110 ◦ green 147 ◦ blue 173

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

Shades of Bermuda Grey #6E93AD

Tints of Bermuda Grey #6E93AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 25.58%
G = 34.19%
B = 40.23%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E93AD (or 0x6E93AD) is known color: Bermuda Grey. HEX triplet: 6E, 93 and AD. RGB value is (110,147,173). Sum of RGB (Red+Green+Blue) = 110+147+173=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E93AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E93AD is #916C52. Grayscale: #8A8A8A. Windows color (decimal): -9530451 or 11375470. OLE color: 11375470.

HSL color Cylindrical-coordinate representation of color #6E93AD: hue angle of 204.76º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E93AD is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 147 173 -
CMYK 0.36 0.15 0 0.32
HSL 204.76º 0.28% 0.55% -
HSV(B) 204.76º 0.36% 0.68% -
XYZ 24.41 27.2 43.5 -
YUV 138.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 110 147 173 0.36 0.15 0 0.32 204.76 0.28 0.55
Hex 6E 93 AD 24 F 0 20 CD 1C 37
Octal 156 223 255 44 17 0 40 315 34 67
Binary 1101110 10010011 10101101 100100 1111 0 100000 11001101 11100 110111

Color Harmonies of #6E93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E93AD

Black with #6E93AD

Text Example


Text Example

White with #6E93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,147,173); }

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

background-color css

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

 a { background-color: rgb(110,147,173); }

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

border-color css

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

 span { border-color: rgb(110,147,173); }

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