Html Css Color HEX #6953DB Slate Blue

📋 copy color: '#6953DB'

red 105 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #6953DB

Tints of Slate Blue #6953DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 25.8%
G = 20.39%
B = 53.81%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6953DB (or 0x6953DB) is known color: Slate Blue. HEX triplet: 69, 53 and DB. RGB value is (105,83,219). Sum of RGB (Red+Green+Blue) = 105+83+219=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #6953DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953DB is #96AC24. Grayscale: #686868. Windows color (decimal): -9874469 or 14373737. OLE color: 14373737.

HSL color Cylindrical-coordinate representation of color #6953DB: hue angle of 249.71º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6953DB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 83 219 -
CMYK 0.52 0.62 0 0.14
HSL 249.71º 0.65% 0.59% -
HSV(B) 249.71º 0.62% 0.86% -
XYZ 21.71 14.3 68.63 -
YUV 105.08 192.29 127.94 -
System Red Green Blue C M Y K H S L
Decimal 105 83 219 0.52 0.62 0 0.14 249.71 0.65 0.59
Hex 69 53 DB 34 3E 0 E FA 41 3B
Octal 151 123 333 64 76 0 16 372 101 73
Binary 1101001 1010011 11011011 110100 111110 0 1110 11111010 1000001 111011

Color Harmonies of #6953DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953DB

Black with #6953DB

Text Example


Text Example

White with #6953DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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