#6F52CA

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

Shades of Slate Blue #6F52CA

Tints of Slate Blue #6F52CA

Color information

#6F52CA (or 0x6F52CA) is unknown color: approx Slate Blue. HEX triplet: 6F, 52 and CA. RGB value is (111,82,202). Sum of RGB (Red+Green+Blue) = 111+82+202=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F52CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F52CA is #90AD35. Grayscale: #676767. Windows color (decimal): -9481526 or 13259375. OLE color: 13259375.

HSL color Cylindrical-coordinate representation of color #6F52CA: hue angle of 254.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F52CA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11182202-
CMYK0.450.5900.21
HSL254.5º53.1%55.69%-
HSV(B)254.5º59.41%79.22%-
XYZ20.2313.6857.45-
YUV104.35183.11132.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.10%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=28.10%
G=20.76%
B=51.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111822020.450.5900.21254.553.155.69
Hex6F52CA2D3B015fe3538
Octal15712231255730253766570
Binary110111110100101100101010110111101101010111111110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,82,202); }

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

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

 a { background-color: rgb(111,82,202); }

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

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

 span { border-color: rgb(111,82,202); }

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