Html Css Color HEX #6D61DD Slate Blue

📋 copy color: '#6D61DD'

red 109 ◦ green 97 ◦ blue 221

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

Shades of Slate Blue #6D61DD

Tints of Slate Blue #6D61DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 25.53%
G = 22.72%
B = 51.76%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D61DD (or 0x6D61DD) is known color: Slate Blue. HEX triplet: 6D, 61 and DD. RGB value is (109,97,221). Sum of RGB (Red+Green+Blue) = 109+97+221=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D61DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D61DD is #929E22. Grayscale: #727272. Windows color (decimal): -9608739 or 14508397. OLE color: 14508397.

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

Color convert

RGB 109 97 221 -
CMYK 0.51 0.56 0 0.13
HSL 245.81º 0.65% 0.62% -
HSV(B) 245.81º 0.56% 0.87% -
XYZ 23.63 17.02 70.45 -
YUV 114.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 109 97 221 0.51 0.56 0 0.13 245.81 0.65 0.62
Hex 6D 61 DD 33 38 0 D F6 41 3E
Octal 155 141 335 63 70 0 15 366 101 76
Binary 1101101 1100001 11011101 110011 111000 0 1101 11110110 1000001 111110

Color Harmonies of #6D61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D61DD

Black with #6D61DD

Text Example


Text Example

White with #6D61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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