#6C67AA

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

Shades of Scampi #6C67AA

Tints of Scampi #6C67AA

Color information

#6C67AA (or 0x6C67AA) is unknown color: approx Scampi. HEX triplet: 6C, 67 and AA. RGB value is (108,103,170). Sum of RGB (Red+Green+Blue) = 108+103+170=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C67AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C67AA is #939855. Grayscale: #6F6F6F. Windows color (decimal): -9672790 or 11167596. OLE color: 11167596.

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

Color convert

RGB108103170-
CMYK0.360.3900.33
HSL244.48º28.27%53.53%-
HSV(B)244.48º39.41%66.67%-
XYZ18.2915.7940.11-
YUV112.13160.66125.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.35%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=28.35%
G=27.03%
B=44.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081031700.360.3900.33244.4828.2753.53
Hex6C67AA2427021f41c36
Octal15414725244470413643466
Binary110110011001111010101010010010011101000011111010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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