#6A67AA

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

Shades of Scampi #6A67AA

Tints of Scampi #6A67AA

Color information

#6A67AA (or 0x6A67AA) is unknown color: approx Scampi. HEX triplet: 6A, 67 and AA. RGB value is (106,103,170). Sum of RGB (Red+Green+Blue) = 106+103+170=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A67AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A67AA is #959855. Grayscale: #6F6F6F. Windows color (decimal): -9803862 or 11167594. OLE color: 11167594.

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

Color convert

RGB106103170-
CMYK0.380.3900.33
HSL242.69º28.27%53.53%-
HSV(B)242.69º39.41%66.67%-
XYZ18.0515.6740.1-
YUV111.54160.99124.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.97%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=27.97%
G=27.18%
B=44.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061031700.380.3900.33242.6928.2753.53
Hex6A67AA2627021f31c36
Octal15214725246470413633466
Binary110101011001111010101010011010011101000011111001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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