Html Css Color HEX #6E6F9C Scampi

📋 copy color: '#6E6F9C'

red 110 ◦ green 111 ◦ blue 156

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

Shades of Scampi #6E6F9C

Tints of Scampi #6E6F9C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

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

R = 29.18%
G = 29.44%
B = 41.38%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E6F9C (or 0x6E6F9C) is known color: Scampi. HEX triplet: 6E, 6F and 9C. RGB value is (110,111,156). Sum of RGB (Red+Green+Blue) = 110+111+156=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E6F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6F9C is #919063. Grayscale: #737373. Windows color (decimal): -9539684 or 10252142. OLE color: 10252142.

HSL color Cylindrical-coordinate representation of color #6E6F9C: hue angle of 238.7º 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 #6E6F9C is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 111 156 -
CMYK 0.29 0.29 0 0.39
HSL 238.7º 0.19% 0.52% -
HSV(B) 238.7º 0.29% 0.61% -
XYZ 18.12 17.08 33.8 -
YUV 115.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 110 111 156 0.29 0.29 0 0.39 238.7 0.19 0.52
Hex 6E 6F 9C 1D 1D 0 27 EF 13 34
Octal 156 157 234 35 35 0 47 357 23 64
Binary 1101110 1101111 10011100 11101 11101 0 100111 11101111 10011 110100

Color Harmonies of #6E6F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6F9C

Black with #6E6F9C

Text Example


Text Example

White with #6E6F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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