Html Css Color HEX #6E709C Scampi

📋 copy color: '#6E709C'

red 110 ◦ green 112 ◦ blue 156

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

Shades of Scampi #6E709C

Tints of Scampi #6E709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 29.1%
G = 29.63%
B = 41.27%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E709C (or 0x6E709C) is known color: Scampi. HEX triplet: 6E, 70 and 9C. RGB value is (110,112,156). Sum of RGB (Red+Green+Blue) = 110+112+156=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E709C is #918F63. Grayscale: #747474. Windows color (decimal): -9539428 or 10252398. OLE color: 10252398.

HSL color Cylindrical-coordinate representation of color #6E709C: hue angle of 237.39º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E709C is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 112 156 -
CMYK 0.29 0.28 0 0.39
HSL 237.39º 0.19% 0.52% -
HSV(B) 237.39º 0.29% 0.61% -
XYZ 18.23 17.3 33.83 -
YUV 116.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 110 112 156 0.29 0.28 0 0.39 237.39 0.19 0.52
Hex 6E 70 9C 1D 1C 0 27 ED 13 34
Octal 156 160 234 35 34 0 47 355 23 64
Binary 1101110 1110000 10011100 11101 11100 0 100111 11101101 10011 110100

Color Harmonies of #6E709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E709C

Black with #6E709C

Text Example


Text Example

White with #6E709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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