Html Css Color HEX #6246DE Slate Blue

📋 copy color: '#6246DE'

red 98 ◦ green 70 ◦ blue 222

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

Shades of Slate Blue #6246DE

Tints of Slate Blue #6246DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.92%

R = 25.13%
G = 17.95%
B = 56.92%

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

#6246DE (or 0x6246DE) is known color: Slate Blue. HEX triplet: 62, 46 and DE. RGB value is (98,70,222). Sum of RGB (Red+Green+Blue) = 98+70+222=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #6246DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6246DE is #9DB921. Grayscale: #5F5F5F. Windows color (decimal): -10336546 or 14567010. OLE color: 14567010.

HSL color Cylindrical-coordinate representation of color #6246DE: hue angle of 251.05º degrees, saturation: 0.7, 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 #6246DE is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 70 222 -
CMYK 0.56 0.68 0 0.13
HSL 251.05º 0.7% 0.57% -
HSV(B) 251.05º 0.68% 0.87% -
XYZ 20.41 12.25 70.4 -
YUV 95.7 199.28 129.64 -
System Red Green Blue C M Y K H S L
Decimal 98 70 222 0.56 0.68 0 0.13 251.05 0.7 0.57
Hex 62 46 DE 38 44 0 D FB 46 39
Octal 142 106 336 70 104 0 15 373 106 71
Binary 1100010 1000110 11011110 111000 1000100 0 1101 11111011 1000110 111001

Color Harmonies of #6246DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6246DE

Black with #6246DE

Text Example


Text Example

White with #6246DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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