Html Css Color HEX #6D92AE Bermuda Grey

📋 copy color: '#6D92AE'

red 109 ◦ green 146 ◦ blue 174

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

Shades of Bermuda Grey #6D92AE

Tints of Bermuda Grey #6D92AE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.03%

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

R = 25.41%
G = 34.03%
B = 40.56%

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

#6D92AE (or 0x6D92AE) is known color: Bermuda Grey. HEX triplet: 6D, 92 and AE. RGB value is (109,146,174). Sum of RGB (Red+Green+Blue) = 109+146+174=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D92AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D92AE is #926D51. Grayscale: #898989. Windows color (decimal): -9596242 or 11440749. OLE color: 11440749.

HSL color Cylindrical-coordinate representation of color #6D92AE: hue angle of 205.85º 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 #6D92AE is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 146 174 -
CMYK 0.37 0.16 0 0.32
HSL 205.85º 0.29% 0.55% -
HSV(B) 205.85º 0.37% 0.68% -
XYZ 24.23 26.86 43.95 -
YUV 138.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 109 146 174 0.37 0.16 0 0.32 205.85 0.29 0.55
Hex 6D 92 AE 25 10 0 20 CE 1D 37
Octal 155 222 256 45 20 0 40 316 35 67
Binary 1101101 10010010 10101110 100101 10000 0 100000 11001110 11101 110111

Color Harmonies of #6D92AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D92AE

Black with #6D92AE

Text Example


Text Example

White with #6D92AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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