Html Css Color HEX #6248CB Slate Blue

📋 copy color: '#6248CB'

red 98 ◦ green 72 ◦ blue 203

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

Shades of Slate Blue #6248CB

Tints of Slate Blue #6248CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 26.27%
G = 19.3%
B = 54.42%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6248CB (or 0x6248CB) is known color: Slate Blue. HEX triplet: 62, 48 and CB. RGB value is (98,72,203). Sum of RGB (Red+Green+Blue) = 98+72+203=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #6248CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6248CB is #9DB734. Grayscale: #5E5E5E. Windows color (decimal): -10336053 or 13322338. OLE color: 13322338.

HSL color Cylindrical-coordinate representation of color #6248CB: hue angle of 251.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6248CB is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 72 203 -
CMYK 0.52 0.65 0 0.20
HSL 251.91º 0.56% 0.54% -
HSV(B) 251.91º 0.65% 0.8% -
XYZ 18.13 11.54 57.77 -
YUV 94.71 189.11 130.35 -
System Red Green Blue C M Y K H S L
Decimal 98 72 203 0.52 0.65 0 0.20 251.91 0.56 0.54
Hex 62 48 CB 34 41 0 14 FC 38 36
Octal 142 110 313 64 101 0 24 374 70 66
Binary 1100010 1001000 11001011 110100 1000001 0 10100 11111100 111000 110110

Color Harmonies of #6248CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6248CB

Black with #6248CB

Text Example


Text Example

White with #6248CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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