Html Css Color HEX #6D53DB Slate Blue

📋 copy color: '#6D53DB'

red 109 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #6D53DB

Tints of Slate Blue #6D53DB

RGB

 RED value IS 109 (42.97% from 255) = 26.52%

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

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

R = 26.52%
G = 20.19%
B = 53.28%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D53DB (or 0x6D53DB) is known color: Slate Blue. HEX triplet: 6D, 53 and DB. RGB value is (109,83,219). Sum of RGB (Red+Green+Blue) = 109+83+219=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D53DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D53DB is #92AC24. Grayscale: #696969. Windows color (decimal): -9612325 or 14373741. OLE color: 14373741.

HSL color Cylindrical-coordinate representation of color #6D53DB: hue angle of 251.47º 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 #6D53DB is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 83 219 -
CMYK 0.50 0.62 0 0.14
HSL 251.47º 0.65% 0.59% -
HSV(B) 251.47º 0.62% 0.86% -
XYZ 22.19 14.55 68.66 -
YUV 106.28 191.61 129.94 -
System Red Green Blue C M Y K H S L
Decimal 109 83 219 0.50 0.62 0 0.14 251.47 0.65 0.59
Hex 6D 53 DB 32 3E 0 E FB 41 3B
Octal 155 123 333 62 76 0 16 373 101 73
Binary 1101101 1010011 11011011 110010 111110 0 1110 11111011 1000001 111011

Color Harmonies of #6D53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D53DB

Black with #6D53DB

Text Example


Text Example

White with #6D53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D53DB; }

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

 H1.HeaderClassName
 {
   color: #6D53DB;
 }
 .AnyTagClassName
 {
   color: #6D53DB;
 }
</style>

background-color css

<style>
 a { background-color: #6D53DB; }

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

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

border-color css

<style>
 span { border-color: #6D53DB; }

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

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