Html Css Color HEX #6D5FDB Slate Blue

📋 copy color: '#6D5FDB'

red 109 ◦ green 95 ◦ blue 219

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

Shades of Slate Blue #6D5FDB

Tints of Slate Blue #6D5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

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

R = 25.77%
G = 22.46%
B = 51.77%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D5FDB (or 0x6D5FDB) is known color: Slate Blue. HEX triplet: 6D, 5F and DB. RGB value is (109,95,219). Sum of RGB (Red+Green+Blue) = 109+95+219=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D5FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5FDB is #92A024. Grayscale: #707070. Windows color (decimal): -9609253 or 14376813. OLE color: 14376813.

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

Color convert

RGB 109 95 219 -
CMYK 0.50 0.57 0 0.14
HSL 246.77º 0.63% 0.62% -
HSV(B) 246.77º 0.57% 0.86% -
XYZ 23.19 16.55 68.99 -
YUV 113.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 109 95 219 0.50 0.57 0 0.14 246.77 0.63 0.62
Hex 6D 5F DB 32 39 0 E F7 3F 3E
Octal 155 137 333 62 71 0 16 367 77 76
Binary 1101101 1011111 11011011 110010 111001 0 1110 11110111 111111 111110

Color Harmonies of #6D5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5FDB

Black with #6D5FDB

Text Example


Text Example

White with #6D5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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