Html Css Color HEX #6246DC Slate Blue

📋 copy color: '#6246DC'

red 98 ◦ green 70 ◦ blue 220

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

Shades of Slate Blue #6246DC

Tints of Slate Blue #6246DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.04%

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 25.26%
G = 18.04%
B = 56.7%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6246DC (or 0x6246DC) is known color: Slate Blue. HEX triplet: 62, 46 and DC. RGB value is (98,70,220). Sum of RGB (Red+Green+Blue) = 98+70+220=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #6246DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6246DC is #9DB923. Grayscale: #5E5E5E. Windows color (decimal): -10336548 or 14435938. OLE color: 14435938.

HSL color Cylindrical-coordinate representation of color #6246DC: hue angle of 251.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6246DC is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 70 220 -
CMYK 0.55 0.68 0 0.14
HSL 251.2º 0.68% 0.57% -
HSV(B) 251.2º 0.68% 0.86% -
XYZ 20.15 12.14 68.99 -
YUV 95.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 98 70 220 0.55 0.68 0 0.14 251.2 0.68 0.57
Hex 62 46 DC 37 44 0 E FB 44 39
Octal 142 106 334 67 104 0 16 373 104 71
Binary 1100010 1000110 11011100 110111 1000100 0 1110 11111011 1000100 111001

Color Harmonies of #6246DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6246DC

Black with #6246DC

Text Example


Text Example

White with #6246DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6246DC; }

 p { color: rgb(98,70,220); }

 H1.HeaderClassName
 {
   color: #6246DC;
 }
 .AnyTagClassName
 {
   color: #6246DC;
 }
</style>

background-color css

<style>
 a { background-color: #6246DC; }

 a { background-color: rgb(98,70,220); }

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

border-color css

<style>
 span { border-color: #6246DC; }

 span { border-color: rgb(98,70,220); }

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