#6F62AA

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

Shades of Scampi #6F62AA

Tints of Scampi #6F62AA

Color information

#6F62AA (or 0x6F62AA) is unknown color: approx Scampi. HEX triplet: 6F, 62 and AA. RGB value is (111,98,170). Sum of RGB (Red+Green+Blue) = 111+98+170=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 98 (38.67% from 255 or 25.86% 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 #6F62AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F62AA is #909D55. Grayscale: #6D6D6D. Windows color (decimal): -9477462 or 11166319. OLE color: 11166319.

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

Color convert

RGB11198170-
CMYK0.350.4200.33
HSL250.83º29.75%52.55%-
HSV(B)250.83º42.35%66.67%-
XYZ18.1815.0239.97-
YUV110.1161.81128.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=29.29%
G=25.86%
B=44.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111981700.350.4200.33250.8329.7552.55
Hex6F62AA232A021fb1e35
Octal15714225243520413733665
Binary110111111000101010101010001110101001000011111101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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