Html Css Color HEX #6D52DB Slate Blue

📋 copy color: '#6D52DB'

red 109 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #6D52DB

Tints of Slate Blue #6D52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20%

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

R = 26.59%
G = 20%
B = 53.41%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D52DB (or 0x6D52DB) is known color: Slate Blue. HEX triplet: 6D, 52 and DB. RGB value is (109,82,219). Sum of RGB (Red+Green+Blue) = 109+82+219=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D52DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D52DB is #92AD24. Grayscale: #696969. Windows color (decimal): -9612581 or 14373485. OLE color: 14373485.

HSL color Cylindrical-coordinate representation of color #6D52DB: hue angle of 251.82º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D52DB is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 82 219 -
CMYK 0.50 0.63 0 0.14
HSL 251.82º 0.66% 0.59% -
HSV(B) 251.82º 0.63% 0.86% -
XYZ 22.11 14.4 68.63 -
YUV 105.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 109 82 219 0.50 0.63 0 0.14 251.82 0.66 0.59
Hex 6D 52 DB 32 3F 0 E FC 42 3B
Octal 155 122 333 62 77 0 16 374 102 73
Binary 1101101 1010010 11011011 110010 111111 0 1110 11111100 1000010 111011

Color Harmonies of #6D52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D52DB

Black with #6D52DB

Text Example


Text Example

White with #6D52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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