Html Css Color HEX #6E61DD Slate Blue

📋 copy color: '#6E61DD'

red 110 ◦ green 97 ◦ blue 221

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

Shades of Slate Blue #6E61DD

Tints of Slate Blue #6E61DD

RGB

 RED value IS 110 (43.36% from 255) = 25.7%

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

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

R = 25.7%
G = 22.66%
B = 51.64%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E61DD (or 0x6E61DD) is known color: Slate Blue. HEX triplet: 6E, 61 and DD. RGB value is (110,97,221). Sum of RGB (Red+Green+Blue) = 110+97+221=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E61DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E61DD is #919E22. Grayscale: #727272. Windows color (decimal): -9543203 or 14508398. OLE color: 14508398.

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

Color convert

RGB 110 97 221 -
CMYK 0.50 0.56 0 0.13
HSL 246.29º 0.65% 0.62% -
HSV(B) 246.29º 0.56% 0.87% -
XYZ 23.76 17.08 70.45 -
YUV 115.02 187.81 124.42 -
System Red Green Blue C M Y K H S L
Decimal 110 97 221 0.50 0.56 0 0.13 246.29 0.65 0.62
Hex 6E 61 DD 32 38 0 D F6 41 3E
Octal 156 141 335 62 70 0 15 366 101 76
Binary 1101110 1100001 11011101 110010 111000 0 1101 11110110 1000001 111110

Color Harmonies of #6E61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E61DD

Black with #6E61DD

Text Example


Text Example

White with #6E61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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