Html Css Color HEX #6E7091 Scampi

📋 copy color: '#6E7091'

red 110 ◦ green 112 ◦ blue 145

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

Shades of Scampi #6E7091

Tints of Scampi #6E7091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.52%

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 29.97%
G = 30.52%
B = 39.51%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E7091 (or 0x6E7091) is known color: Scampi. HEX triplet: 6E, 70 and 91. RGB value is (110,112,145). Sum of RGB (Red+Green+Blue) = 110+112+145=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E7091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7091 is #918F6E. Grayscale: #737373. Windows color (decimal): -9539439 or 9531502. OLE color: 9531502.

HSL color Cylindrical-coordinate representation of color #6E7091: hue angle of 236.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E7091 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 112 145 -
CMYK 0.24 0.23 0 0.43
HSL 236.57º 0.14% 0.5% -
HSV(B) 236.57º 0.24% 0.57% -
XYZ 17.34 16.95 29.15 -
YUV 115.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 110 112 145 0.24 0.23 0 0.43 236.57 0.14 0.5
Hex 6E 70 91 18 17 0 2B ED E 32
Octal 156 160 221 30 27 0 53 355 16 62
Binary 1101110 1110000 10010001 11000 10111 0 101011 11101101 1110 110010

Color Harmonies of #6E7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7091

Black with #6E7091

Text Example


Text Example

White with #6E7091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,145); }

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

background-color css

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

 a { background-color: rgb(110,112,145); }

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

border-color css

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

 span { border-color: rgb(110,112,145); }

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