Html Css Color HEX #6248CC Slate Blue

📋 copy color: '#6248CC'

red 98 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #6248CC

Tints of Slate Blue #6248CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 26.2%
G = 19.25%
B = 54.55%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6248CC (or 0x6248CC) is known color: Slate Blue. HEX triplet: 62, 48 and CC. RGB value is (98,72,204). Sum of RGB (Red+Green+Blue) = 98+72+204=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #6248CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6248CC is #9DB733. Grayscale: #5E5E5E. Windows color (decimal): -10336052 or 13387874. OLE color: 13387874.

HSL color Cylindrical-coordinate representation of color #6248CC: hue angle of 251.82º 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 #6248CC is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 72 204 -
CMYK 0.52 0.65 0 0.2
HSL 251.82º 0.56% 0.54% -
HSV(B) 251.82º 0.65% 0.8% -
XYZ 18.25 11.59 58.4 -
YUV 94.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 98 72 204 0.52 0.65 0 0.2 251.82 0.56 0.54
Hex 62 48 CC 34 41 0 14 FC 38 36
Octal 142 110 314 64 101 0 24 374 70 66
Binary 1100010 1001000 11001100 110100 1000001 0 10100 11111100 111000 110110

Color Harmonies of #6248CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6248CC

Black with #6248CC

Text Example


Text Example

White with #6248CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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