Html Css Color HEX #6247DD Slate Blue

📋 copy color: '#6247DD'

red 98 ◦ green 71 ◦ blue 221

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

Shades of Slate Blue #6247DD

Tints of Slate Blue #6247DD

RGB

 RED value IS 98 (38.67% from 255) = 25.13%

 GREEN value IS 71 (28.13% from 255) = 18.21%

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

R = 25.13%
G = 18.21%
B = 56.67%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6247DD (or 0x6247DD) is known color: Slate Blue. HEX triplet: 62, 47 and DD. RGB value is (98,71,221). Sum of RGB (Red+Green+Blue) = 98+71+221=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #6247DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6247DD is #9DB822. Grayscale: #5F5F5F. Windows color (decimal): -10336291 or 14501730. OLE color: 14501730.

HSL color Cylindrical-coordinate representation of color #6247DD: hue angle of 250.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6247DD is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 71 221 -
CMYK 0.56 0.68 0 0.13
HSL 250.8º 0.69% 0.57% -
HSV(B) 250.8º 0.68% 0.87% -
XYZ 20.34 12.32 69.71 -
YUV 96.17 198.45 129.3 -
System Red Green Blue C M Y K H S L
Decimal 98 71 221 0.56 0.68 0 0.13 250.8 0.69 0.57
Hex 62 47 DD 38 44 0 D FB 45 39
Octal 142 107 335 70 104 0 15 373 105 71
Binary 1100010 1000111 11011101 111000 1000100 0 1101 11111011 1000101 111001

Color Harmonies of #6247DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6247DD

Black with #6247DD

Text Example


Text Example

White with #6247DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6247DD; }

 p { color: rgb(98,71,221); }

 H1.HeaderClassName
 {
   color: #6247DD;
 }
 .AnyTagClassName
 {
   color: #6247DD;
 }
</style>

background-color css

<style>
 a { background-color: #6247DD; }

 a { background-color: rgb(98,71,221); }

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

border-color css

<style>
 span { border-color: #6247DD; }

 span { border-color: rgb(98,71,221); }

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