Html Css Color HEX #6953D5 Slate Blue

📋 copy color: '#6953D5'

red 105 ◦ green 83 ◦ blue 213

#6953D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6953D5

Tints of Slate Blue #6953D5

RGB

 RED value IS 105 (41.41% from 255) = 26.18%

 GREEN value IS 83 (32.81% from 255) = 20.7%

 BLUE value IS 213 (83.59% from 255) = 53.12%

R = 26.18%
G = 20.7%
B = 53.12%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6953D5 (or 0x6953D5) is known color: Slate Blue. HEX triplet: 69, 53 and D5. RGB value is (105,83,213). Sum of RGB (Red+Green+Blue) = 105+83+213=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #6953D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953D5 is #96AC2A. Grayscale: #676767. Windows color (decimal): -9874475 or 13980521. OLE color: 13980521.

HSL color Cylindrical-coordinate representation of color #6953D5: hue angle of 250.15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6953D5 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 83 213 -
CMYK 0.51 0.61 0 0.16
HSL 250.15º 0.61% 0.58% -
HSV(B) 250.15º 0.61% 0.84% -
XYZ 20.93 13.99 64.55 -
YUV 104.4 189.29 128.43 -
System Red Green Blue C M Y K H S L
Decimal 105 83 213 0.51 0.61 0 0.16 250.15 0.61 0.58
Hex 69 53 D5 33 3D 0 10 FA 3D 3A
Octal 151 123 325 63 75 0 20 372 75 72
Binary 1101001 1010011 11010101 110011 111101 0 10000 11111010 111101 111010

Color Harmonies of #6953D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953D5

Black with #6953D5

Text Example


Text Example

White with #6953D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6953D5;
 }
 .AnyTagClassName
 {
   color: #6953D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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