Html Css Color HEX #6953DF Slate Blue

📋 copy color: '#6953DF'

red 105 ◦ green 83 ◦ blue 223

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

Shades of Slate Blue #6953DF

Tints of Slate Blue #6953DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.26%

R = 25.55%
G = 20.19%
B = 54.26%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6953DF (or 0x6953DF) is known color: Slate Blue. HEX triplet: 69, 53 and DF. RGB value is (105,83,223). Sum of RGB (Red+Green+Blue) = 105+83+223=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #6953DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953DF is #96AC20. Grayscale: #696969. Windows color (decimal): -9874465 or 14635881. OLE color: 14635881.

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

Color convert

RGB 105 83 223 -
CMYK 0.53 0.63 0 0.13
HSL 249.43º 0.69% 0.6% -
HSV(B) 249.43º 0.63% 0.87% -
XYZ 22.24 14.52 71.44 -
YUV 105.54 194.29 127.62 -
System Red Green Blue C M Y K H S L
Decimal 105 83 223 0.53 0.63 0 0.13 249.43 0.69 0.6
Hex 69 53 DF 35 3F 0 D F9 45 3C
Octal 151 123 337 65 77 0 15 371 105 74
Binary 1101001 1010011 11011111 110101 111111 0 1101 11111001 1000101 111100

Color Harmonies of #6953DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953DF

Black with #6953DF

Text Example


Text Example

White with #6953DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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