#6952C1

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

Shades of Slate Blue #6952C1

Tints of Slate Blue #6952C1

Color information

#6952C1 (or 0x6952C1) is unknown color: approx Slate Blue. HEX triplet: 69, 52 and C1. RGB value is (105,82,193). Sum of RGB (Red+Green+Blue) = 105+82+193=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #6952C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952C1 is #96AD3E. Grayscale: #656565. Windows color (decimal): -9874751 or 12669545. OLE color: 12669545.

HSL color Cylindrical-coordinate representation of color #6952C1: hue angle of 252.43º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6952C1 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10582193-
CMYK0.460.5800.24
HSL252.43º47.23%53.92%-
HSV(B)252.43º57.51%75.69%-
XYZ18.4712.8951.97-
YUV101.53179.62130.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=27.63%
G=21.58%
B=50.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105821930.460.5800.24252.4347.2353.92
Hex6952C12E3A018fc2f36
Octal15112230156720303745766
Binary110100110100101100000110111011101001100011111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6952C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6952C1; }

 p { color: rgb(105,82,193); }

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

<style>
 a { background-color: #6952C1; }

 a { background-color: rgb(105,82,193); }

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

<style>
 span { border-color: #6952C1; }

 span { border-color: rgb(105,82,193); }

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