#6C69AB

Color #6C69AB Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #6C69AB

Tints of Scampi #6C69AB

Color information

#6C69AB (or 0x6C69AB) is unknown color: approx Scampi. HEX triplet: 6C, 69 and AB. RGB value is (108,105,171). Sum of RGB (Red+Green+Blue) = 108+105+171=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C69AB is #939654. Grayscale: #717171. Windows color (decimal): -9672277 or 11233644. OLE color: 11233644.

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

Color convert

RGB108105171-
CMYK0.370.3900.33
HSL242.73º28.21%54.12%-
HSV(B)242.73º38.6%67.06%-
XYZ18.5916.2340.68-
YUV113.42160.49124.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.12%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=28.12%
G=27.34%
B=44.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081051710.370.3900.33242.7328.2154.12
Hex6C69AB2527021f31c36
Octal15415125345470413633466
Binary110110011010011010101110010110011101000011111001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,105,171); }

 H1.HeaderClassName
 {
   color: #6C69AB;
 }
 .AnyTagClassName
 {
   color: #6C69AB;
 }
</style>
background-color css

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

 a { background-color: rgb(108,105,171); }

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

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

 span { border-color: rgb(108,105,171); }

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