Html Css Color HEX #6D63DD Slate Blue

📋 copy color: '#6D63DD'

red 109 ◦ green 99 ◦ blue 221

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

Shades of Slate Blue #6D63DD

Tints of Slate Blue #6D63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.08%

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

R = 25.41%
G = 23.08%
B = 51.52%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D63DD (or 0x6D63DD) is known color: Slate Blue. HEX triplet: 6D, 63 and DD. RGB value is (109,99,221). Sum of RGB (Red+Green+Blue) = 109+99+221=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D63DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D63DD is #929C22. Grayscale: #737373. Windows color (decimal): -9608227 or 14508909. OLE color: 14508909.

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

Color convert

RGB 109 99 221 -
CMYK 0.51 0.55 0 0.13
HSL 244.92º 0.64% 0.63% -
HSV(B) 244.92º 0.55% 0.87% -
XYZ 23.82 17.4 70.51 -
YUV 115.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 109 99 221 0.51 0.55 0 0.13 244.92 0.64 0.63
Hex 6D 63 DD 33 37 0 D F5 40 3F
Octal 155 143 335 63 67 0 15 365 100 77
Binary 1101101 1100011 11011101 110011 110111 0 1101 11110101 1000000 111111

Color Harmonies of #6D63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D63DD

Black with #6D63DD

Text Example


Text Example

White with #6D63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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