Html Css Color HEX #6953DD Slate Blue

📋 copy color: '#6953DD'

red 105 ◦ green 83 ◦ blue 221

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

Shades of Slate Blue #6953DD

Tints of Slate Blue #6953DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 25.67%
G = 20.29%
B = 54.03%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6953DD (or 0x6953DD) is known color: Slate Blue. HEX triplet: 69, 53 and DD. RGB value is (105,83,221). Sum of RGB (Red+Green+Blue) = 105+83+221=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #6953DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953DD is #96AC22. Grayscale: #686868. Windows color (decimal): -9874467 or 14504809. OLE color: 14504809.

HSL color Cylindrical-coordinate representation of color #6953DD: hue angle of 249.57º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6953DD is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 83 221 -
CMYK 0.52 0.62 0 0.13
HSL 249.57º 0.67% 0.6% -
HSV(B) 249.57º 0.62% 0.87% -
XYZ 21.97 14.41 70.03 -
YUV 105.31 193.29 127.78 -
System Red Green Blue C M Y K H S L
Decimal 105 83 221 0.52 0.62 0 0.13 249.57 0.67 0.6
Hex 69 53 DD 34 3E 0 D FA 43 3C
Octal 151 123 335 64 76 0 15 372 103 74
Binary 1101001 1010011 11011101 110100 111110 0 1101 11111010 1000011 111100

Color Harmonies of #6953DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953DD

Black with #6953DD

Text Example


Text Example

White with #6953DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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