Html Css Color HEX #6249C0 Slate Blue

📋 copy color: '#6249C0'

red 98 ◦ green 73 ◦ blue 192

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

Shades of Slate Blue #6249C0

Tints of Slate Blue #6249C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.11%

 BLUE value IS 192 (75.39% from 255) = 52.89%

R = 27%
G = 20.11%
B = 52.89%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6249C0 (or 0x6249C0) is known color: Slate Blue. HEX triplet: 62, 49 and C0. RGB value is (98,73,192). Sum of RGB (Red+Green+Blue) = 98+73+192=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #6249C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249C0 is #9DB63F. Grayscale: #5D5D5D. Windows color (decimal): -10335808 or 12601698. OLE color: 12601698.

HSL color Cylindrical-coordinate representation of color #6249C0: hue angle of 252.61º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6249C0 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 73 192 -
CMYK 0.49 0.62 0 0.25
HSL 252.61º 0.49% 0.52% -
HSV(B) 252.61º 0.62% 0.75% -
XYZ 16.93 11.17 51.13 -
YUV 94.04 183.28 130.82 -
System Red Green Blue C M Y K H S L
Decimal 98 73 192 0.49 0.62 0 0.25 252.61 0.49 0.52
Hex 62 49 C0 31 3E 0 19 FD 31 34
Octal 142 111 300 61 76 0 31 375 61 64
Binary 1100010 1001001 11000000 110001 111110 0 11001 11111101 110001 110100

Color Harmonies of #6249C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6249C0

Black with #6249C0

Text Example


Text Example

White with #6249C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6249C0; }

 p { color: rgb(98,73,192); }

 H1.HeaderClassName
 {
   color: #6249C0;
 }
 .AnyTagClassName
 {
   color: #6249C0;
 }
</style>

background-color css

<style>
 a { background-color: #6249C0; }

 a { background-color: rgb(98,73,192); }

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

border-color css

<style>
 span { border-color: #6249C0; }

 span { border-color: rgb(98,73,192); }

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