Html Css Color HEX #6C629A Scampi

📋 copy color: '#6C629A'

red 108 ◦ green 98 ◦ blue 154

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

Shades of Scampi #6C629A

Tints of Scampi #6C629A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.22%

 BLUE value IS 154 (60.55% from 255) = 42.78%

R = 30%
G = 27.22%
B = 42.78%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C629A (or 0x6C629A) is known color: Scampi. HEX triplet: 6C, 62 and 9A. RGB value is (108,98,154). Sum of RGB (Red+Green+Blue) = 108+98+154=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C629A is #939D65. Grayscale: #6B6B6B. Windows color (decimal): -9674086 or 10117740. OLE color: 10117740.

HSL color Cylindrical-coordinate representation of color #6C629A: hue angle of 250.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C629A is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 98 154 -
CMYK 0.30 0.36 0 0.40
HSL 250.71º 0.22% 0.49% -
HSV(B) 250.71º 0.36% 0.6% -
XYZ 16.38 14.26 32.46 -
YUV 107.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 108 98 154 0.30 0.36 0 0.40 250.71 0.22 0.49
Hex 6C 62 9A 1E 24 0 28 FB 16 31
Octal 154 142 232 36 44 0 50 373 26 61
Binary 1101100 1100010 10011010 11110 100100 0 101000 11111011 10110 110001

Color Harmonies of #6C629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C629A

Black with #6C629A

Text Example


Text Example

White with #6C629A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,98,154); }

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

background-color css

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

 a { background-color: rgb(108,98,154); }

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

border-color css

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

 span { border-color: rgb(108,98,154); }

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