#6953CA

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

Shades of Slate Blue #6953CA

Tints of Slate Blue #6953CA

Color information

#6953CA (or 0x6953CA) is unknown color: approx Slate Blue. HEX triplet: 69, 53 and CA. RGB value is (105,83,202). Sum of RGB (Red+Green+Blue) = 105+83+202=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #6953CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953CA is #96AC35. Grayscale: #666666. Windows color (decimal): -9874486 or 13259625. OLE color: 13259625.

HSL color Cylindrical-coordinate representation of color #6953CA: hue angle of 251.09º 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 #6953CA is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10583202-
CMYK0.480.5900.21
HSL251.09º52.89%55.88%-
HSV(B)251.09º58.91%79.22%-
XYZ19.5813.4557.44-
YUV103.14183.79129.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 202 (79.30% from 255) = 51.79%
R=26.92%
G=21.28%
B=51.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105832020.480.5900.21251.0952.8955.88
Hex6953CA303B015fb3538
Octal15112331260730253736570
Binary110100110100111100101011000011101101010111111011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6953CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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