Html Css Color HEX #6E929D Bermuda Grey

📋 copy color: '#6E929D'

red 110 ◦ green 146 ◦ blue 157

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

Shades of Bermuda Grey #6E929D

Tints of Bermuda Grey #6E929D

RGB

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

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

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

R = 26.63%
G = 35.35%
B = 38.01%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E929D (or 0x6E929D) is known color: Bermuda Grey. HEX triplet: 6E, 92 and 9D. RGB value is (110,146,157). Sum of RGB (Red+Green+Blue) = 110+146+157=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E929D is #916D62. Grayscale: #888888. Windows color (decimal): -9530723 or 10326638. OLE color: 10326638.

HSL color Cylindrical-coordinate representation of color #6E929D: hue angle of 194.04º 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 #6E929D is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 146 157 -
CMYK 0.30 0.07 0 0.38
HSL 194.04º 0.19% 0.52% -
HSV(B) 194.04º 0.3% 0.62% -
XYZ 22.8 26.31 35.77 -
YUV 136.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 110 146 157 0.30 0.07 0 0.38 194.04 0.19 0.52
Hex 6E 92 9D 1E 7 0 26 C2 13 34
Octal 156 222 235 36 7 0 46 302 23 64
Binary 1101110 10010010 10011101 11110 111 0 100110 11000010 10011 110100

Color Harmonies of #6E929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E929D

Black with #6E929D

Text Example


Text Example

White with #6E929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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