Html Css Color HEX #6249DF Slate Blue

📋 copy color: '#6249DF'

red 98 ◦ green 73 ◦ blue 223

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

Shades of Slate Blue #6249DF

Tints of Slate Blue #6249DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.6%

R = 24.87%
G = 18.53%
B = 56.6%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6249DF (or 0x6249DF) is known color: Slate Blue. HEX triplet: 62, 49 and DF. RGB value is (98,73,223). Sum of RGB (Red+Green+Blue) = 98+73+223=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #6249DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249DF is #9DB620. Grayscale: #616161. Windows color (decimal): -10335777 or 14633314. OLE color: 14633314.

HSL color Cylindrical-coordinate representation of color #6249DF: hue angle of 250º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6249DF is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 73 223 -
CMYK 0.56 0.67 0 0.13
HSL 250º 0.7% 0.58% -
HSV(B) 250º 0.67% 0.87% -
XYZ 20.74 12.69 71.17 -
YUV 97.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 98 73 223 0.56 0.67 0 0.13 250 0.7 0.58
Hex 62 49 DF 38 43 0 D FA 46 3A
Octal 142 111 337 70 103 0 15 372 106 72
Binary 1100010 1001001 11011111 111000 1000011 0 1101 11111010 1000110 111010

Color Harmonies of #6249DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6249DF

Black with #6249DF

Text Example


Text Example

White with #6249DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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