Html Css Color HEX #6D61DF Slate Blue

📋 copy color: '#6D61DF'

red 109 ◦ green 97 ◦ blue 223

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

Shades of Slate Blue #6D61DF

Tints of Slate Blue #6D61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.61%

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

R = 25.41%
G = 22.61%
B = 51.98%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D61DF (or 0x6D61DF) is known color: Slate Blue. HEX triplet: 6D, 61 and DF. RGB value is (109,97,223). Sum of RGB (Red+Green+Blue) = 109+97+223=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D61DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D61DF is #929E20. Grayscale: #727272. Windows color (decimal): -9608737 or 14639469. OLE color: 14639469.

HSL color Cylindrical-coordinate representation of color #6D61DF: hue angle of 245.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D61DF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 97 223 -
CMYK 0.51 0.57 0 0.13
HSL 245.71º 0.66% 0.63% -
HSV(B) 245.71º 0.57% 0.87% -
XYZ 23.9 17.13 71.86 -
YUV 114.95 188.98 123.75 -
System Red Green Blue C M Y K H S L
Decimal 109 97 223 0.51 0.57 0 0.13 245.71 0.66 0.63
Hex 6D 61 DF 33 39 0 D F6 42 3F
Octal 155 141 337 63 71 0 15 366 102 77
Binary 1101101 1100001 11011111 110011 111001 0 1101 11110110 1000010 111111

Color Harmonies of #6D61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D61DF

Black with #6D61DF

Text Example


Text Example

White with #6D61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,97,223); }

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

background-color css

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

 a { background-color: rgb(109,97,223); }

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

border-color css

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

 span { border-color: rgb(109,97,223); }

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