#6F64AA

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

Shades of Scampi #6F64AA

Tints of Scampi #6F64AA

Color information

#6F64AA (or 0x6F64AA) is unknown color: approx Scampi. HEX triplet: 6F, 64 and AA. RGB value is (111,100,170). Sum of RGB (Red+Green+Blue) = 111+100+170=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 100 (39.45% from 255 or 26.25% 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 #6F64AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F64AA is #909B55. Grayscale: #6F6F6F. Windows color (decimal): -9476950 or 11166831. OLE color: 11166831.

HSL color Cylindrical-coordinate representation of color #6F64AA: hue angle of 249.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F64AA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111100170-
CMYK0.350.4100.33
HSL249.43º29.17%52.94%-
HSV(B)249.43º41.18%66.67%-
XYZ18.3715.440.03-
YUV111.27161.14127.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.13%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=29.13%
G=26.25%
B=44.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111001700.350.4100.33249.4329.1752.94
Hex6F64AA2329021f91d35
Octal15714425243510413713565
Binary110111111001001010101010001110100101000011111100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,170); }

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

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

 a { background-color: rgb(111,100,170); }

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

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

 span { border-color: rgb(111,100,170); }

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