Html Css Color HEX #6C68AA Scampi

📋 copy color: '#6C68AA'

red 108 ◦ green 104 ◦ blue 170

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

Shades of Scampi #6C68AA

Tints of Scampi #6C68AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.23%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 28.27%
G = 27.23%
B = 44.5%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C68AA (or 0x6C68AA) is known color: Scampi. HEX triplet: 6C, 68 and AA. RGB value is (108,104,170). Sum of RGB (Red+Green+Blue) = 108+104+170=382 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.27% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C68AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C68AA is #939755. Grayscale: #707070. Windows color (decimal): -9672534 or 11167852. OLE color: 11167852.

HSL color Cylindrical-coordinate representation of color #6C68AA: hue angle of 243.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C68AA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 104 170 -
CMYK 0.36 0.39 0 0.33
HSL 243.64º 0.28% 0.54% -
HSV(B) 243.64º 0.39% 0.67% -
XYZ 18.39 15.99 40.15 -
YUV 112.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 108 104 170 0.36 0.39 0 0.33 243.64 0.28 0.54
Hex 6C 68 AA 24 27 0 21 F4 1C 36
Octal 154 150 252 44 47 0 41 364 34 66
Binary 1101100 1101000 10101010 100100 100111 0 100001 11110100 11100 110110

Color Harmonies of #6C68AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C68AA

Black with #6C68AA

Text Example


Text Example

White with #6C68AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,104,170); }

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

background-color css

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

 a { background-color: rgb(108,104,170); }

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

border-color css

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

 span { border-color: rgb(108,104,170); }

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