Html Css Color HEX #6246DF Slate Blue

📋 copy color: '#6246DF'

red 98 ◦ green 70 ◦ blue 223

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

Shades of Slate Blue #6246DF

Tints of Slate Blue #6246DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 25.06%
G = 17.9%
B = 57.03%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6246DF (or 0x6246DF) is known color: Slate Blue. HEX triplet: 62, 46 and DF. RGB value is (98,70,223). Sum of RGB (Red+Green+Blue) = 98+70+223=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #6246DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6246DF is #9DB920. Grayscale: #5F5F5F. Windows color (decimal): -10336545 or 14632546. OLE color: 14632546.

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

Color convert

RGB 98 70 223 -
CMYK 0.56 0.69 0 0.13
HSL 250.98º 0.71% 0.57% -
HSV(B) 250.98º 0.69% 0.87% -
XYZ 20.55 12.3 71.1 -
YUV 95.81 199.78 129.56 -
System Red Green Blue C M Y K H S L
Decimal 98 70 223 0.56 0.69 0 0.13 250.98 0.71 0.57
Hex 62 46 DF 38 45 0 D FB 47 39
Octal 142 106 337 70 105 0 15 373 107 71
Binary 1100010 1000110 11011111 111000 1000101 0 1101 11111011 1000111 111001

Color Harmonies of #6246DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6246DF

Black with #6246DF

Text Example


Text Example

White with #6246DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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