Html Css Color HEX #6D93AE Bermuda Grey

📋 copy color: '#6D93AE'

red 109 ◦ green 147 ◦ blue 174

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

Shades of Bermuda Grey #6D93AE

Tints of Bermuda Grey #6D93AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 25.35%
G = 34.19%
B = 40.47%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D93AE (or 0x6D93AE) is known color: Bermuda Grey. HEX triplet: 6D, 93 and AE. RGB value is (109,147,174). Sum of RGB (Red+Green+Blue) = 109+147+174=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D93AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D93AE is #926C51. Grayscale: #8A8A8A. Windows color (decimal): -9595986 or 11441005. OLE color: 11441005.

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

Color convert

RGB 109 147 174 -
CMYK 0.37 0.16 0 0.32
HSL 204.92º 0.29% 0.55% -
HSV(B) 204.92º 0.37% 0.68% -
XYZ 24.38 27.17 44 -
YUV 138.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 109 147 174 0.37 0.16 0 0.32 204.92 0.29 0.55
Hex 6D 93 AE 25 10 0 20 CD 1D 37
Octal 155 223 256 45 20 0 40 315 35 67
Binary 1101101 10010011 10101110 100101 10000 0 100000 11001101 11101 110111

Color Harmonies of #6D93AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D93AE

Black with #6D93AE

Text Example


Text Example

White with #6D93AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,147,174); }

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

background-color css

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

 a { background-color: rgb(109,147,174); }

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

border-color css

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

 span { border-color: rgb(109,147,174); }

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