Html Css Color HEX #6248DB Slate Blue

📋 copy color: '#6248DB'

red 98 ◦ green 72 ◦ blue 219

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

Shades of Slate Blue #6248DB

Tints of Slate Blue #6248DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 25.19%
G = 18.51%
B = 56.3%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6248DB (or 0x6248DB) is known color: Slate Blue. HEX triplet: 62, 48 and DB. RGB value is (98,72,219). Sum of RGB (Red+Green+Blue) = 98+72+219=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #6248DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6248DB is #9DB724. Grayscale: #5F5F5F. Windows color (decimal): -10336037 or 14370914. OLE color: 14370914.

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

Color convert

RGB 98 72 219 -
CMYK 0.55 0.67 0 0.14
HSL 250.61º 0.67% 0.57% -
HSV(B) 250.61º 0.67% 0.86% -
XYZ 20.14 12.35 68.34 -
YUV 96.53 197.11 129.05 -
System Red Green Blue C M Y K H S L
Decimal 98 72 219 0.55 0.67 0 0.14 250.61 0.67 0.57
Hex 62 48 DB 37 43 0 E FB 43 39
Octal 142 110 333 67 103 0 16 373 103 71
Binary 1100010 1001000 11011011 110111 1000011 0 1110 11111011 1000011 111001

Color Harmonies of #6248DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6248DB

Black with #6248DB

Text Example


Text Example

White with #6248DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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