#6953C7

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

Shades of Slate Blue #6953C7

Tints of Slate Blue #6953C7

Color information

#6953C7 (or 0x6953C7) is unknown color: approx Slate Blue. HEX triplet: 69, 53 and C7. RGB value is (105,83,199). Sum of RGB (Red+Green+Blue) = 105+83+199=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #6953C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953C7 is #96AC38. Grayscale: #666666. Windows color (decimal): -9874489 or 13063017. OLE color: 13063017.

HSL color Cylindrical-coordinate representation of color #6953C7: hue angle of 251.38º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6953C7 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10583199-
CMYK0.470.5800.22
HSL251.38º50.88%55.29%-
HSV(B)251.38º58.29%78.04%-
XYZ19.2313.3155.59-
YUV102.8182.29129.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 199 (78.12% from 255) = 51.42%
R=27.13%
G=21.45%
B=51.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105831990.470.5800.22251.3850.8855.29
Hex6953C72F3A016fb3337
Octal15112330757720263736367
Binary110100110100111100011110111111101001011011111011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6953C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6953C7; }

 p { color: rgb(105,83,199); }

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

<style>
 a { background-color: #6953C7; }

 a { background-color: rgb(105,83,199); }

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

<style>
 span { border-color: #6953C7; }

 span { border-color: rgb(105,83,199); }

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