Html Css Color HEX #6C6E99 Scampi

📋 copy color: '#6C6E99'

red 108 ◦ green 110 ◦ blue 153

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

Shades of Scampi #6C6E99

Tints of Scampi #6C6E99

RGB

 RED value IS 108 (42.58% from 255) = 29.11%

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 29.11%
G = 29.65%
B = 41.24%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C6E99 (or 0x6C6E99) is known color: Scampi. HEX triplet: 6C, 6E and 99. RGB value is (108,110,153). Sum of RGB (Red+Green+Blue) = 108+110+153=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C6E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6E99 is #939166. Grayscale: #727272. Windows color (decimal): -9671015 or 10055276. OLE color: 10055276.

HSL color Cylindrical-coordinate representation of color #6C6E99: hue angle of 237.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C6E99 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 110 153 -
CMYK 0.29 0.28 0 0.4
HSL 237.33º 0.18% 0.51% -
HSV(B) 237.33º 0.29% 0.6% -
XYZ 17.51 16.64 32.43 -
YUV 114.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 108 110 153 0.29 0.28 0 0.4 237.33 0.18 0.51
Hex 6C 6E 99 1D 1C 0 28 ED 12 33
Octal 154 156 231 35 34 0 50 355 22 63
Binary 1101100 1101110 10011001 11101 11100 0 101000 11101101 10010 110011

Color Harmonies of #6C6E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6E99

Black with #6C6E99

Text Example


Text Example

White with #6C6E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,110,153); }

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

background-color css

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

 a { background-color: rgb(108,110,153); }

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

border-color css

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

 span { border-color: rgb(108,110,153); }

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