Html Css Color HEX #6E6792 Scampi

📋 copy color: '#6E6792'

red 110 ◦ green 103 ◦ blue 146

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

Shades of Scampi #6E6792

Tints of Scampi #6E6792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.69%

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 30.64%
G = 28.69%
B = 40.67%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E6792 (or 0x6E6792) is known color: Scampi. HEX triplet: 6E, 67 and 92. RGB value is (110,103,146). Sum of RGB (Red+Green+Blue) = 110+103+146=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E6792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6792 is #91986D. Grayscale: #6D6D6D. Windows color (decimal): -9541742 or 9594734. OLE color: 9594734.

HSL color Cylindrical-coordinate representation of color #6E6792: hue angle of 249.77º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E6792 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 103 146 -
CMYK 0.25 0.29 0 0.43
HSL 249.77º 0.17% 0.49% -
HSV(B) 249.77º 0.29% 0.57% -
XYZ 16.47 15.09 29.24 -
YUV 110 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 110 103 146 0.25 0.29 0 0.43 249.77 0.17 0.49
Hex 6E 67 92 19 1D 0 2B FA 11 31
Octal 156 147 222 31 35 0 53 372 21 61
Binary 1101110 1100111 10010010 11001 11101 0 101011 11111010 10001 110001

Color Harmonies of #6E6792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6792

Black with #6E6792

Text Example


Text Example

White with #6E6792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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