Html Css Color HEX #6248CE Slate Blue

📋 copy color: '#6248CE'

red 98 ◦ green 72 ◦ blue 206

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

Shades of Slate Blue #6248CE

Tints of Slate Blue #6248CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 26.06%
G = 19.15%
B = 54.79%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6248CE (or 0x6248CE) is known color: Slate Blue. HEX triplet: 62, 48 and CE. RGB value is (98,72,206). Sum of RGB (Red+Green+Blue) = 98+72+206=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #6248CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6248CE is #9DB731. Grayscale: #5E5E5E. Windows color (decimal): -10336050 or 13518946. OLE color: 13518946.

HSL color Cylindrical-coordinate representation of color #6248CE: hue angle of 251.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6248CE is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 72 206 -
CMYK 0.52 0.65 0 0.19
HSL 251.64º 0.58% 0.55% -
HSV(B) 251.64º 0.65% 0.81% -
XYZ 18.49 11.69 59.67 -
YUV 95.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 98 72 206 0.52 0.65 0 0.19 251.64 0.58 0.55
Hex 62 48 CE 34 41 0 13 FC 3A 37
Octal 142 110 316 64 101 0 23 374 72 67
Binary 1100010 1001000 11001110 110100 1000001 0 10011 11111100 111010 110111

Color Harmonies of #6248CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6248CE

Black with #6248CE

Text Example


Text Example

White with #6248CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6248CE; }

 p { color: rgb(98,72,206); }

 H1.HeaderClassName
 {
   color: #6248CE;
 }
 .AnyTagClassName
 {
   color: #6248CE;
 }
</style>

background-color css

<style>
 a { background-color: #6248CE; }

 a { background-color: rgb(98,72,206); }

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

border-color css

<style>
 span { border-color: #6248CE; }

 span { border-color: rgb(98,72,206); }

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