Html Css Color HEX #6E8CAA Bermuda Grey

📋 copy color: '#6E8CAA'

red 110 ◦ green 140 ◦ blue 170

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

Shades of Bermuda Grey #6E8CAA

Tints of Bermuda Grey #6E8CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 26.19%
G = 33.33%
B = 40.48%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E8CAA (or 0x6E8CAA) is known color: Bermuda Grey. HEX triplet: 6E, 8C and AA. RGB value is (110,140,170). Sum of RGB (Red+Green+Blue) = 110+140+170=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8CAA is #917355. Grayscale: #868686. Windows color (decimal): -9532246 or 11177070. OLE color: 11177070.

HSL color Cylindrical-coordinate representation of color #6E8CAA: hue angle of 210º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E8CAA is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 140 170 -
CMYK 0.35 0.18 0 0.33
HSL 210º 0.26% 0.55% -
HSV(B) 210º 0.35% 0.67% -
XYZ 23.06 24.97 41.63 -
YUV 134.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 110 140 170 0.35 0.18 0 0.33 210 0.26 0.55
Hex 6E 8C AA 23 12 0 21 D2 1A 37
Octal 156 214 252 43 22 0 41 322 32 67
Binary 1101110 10001100 10101010 100011 10010 0 100001 11010010 11010 110111

Color Harmonies of #6E8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8CAA

Black with #6E8CAA

Text Example


Text Example

White with #6E8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,140,170); }

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

background-color css

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

 a { background-color: rgb(110,140,170); }

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

border-color css

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

 span { border-color: rgb(110,140,170); }

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