Html Css Color HEX #6249DC Slate Blue

📋 copy color: '#6249DC'

red 98 ◦ green 73 ◦ blue 220

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

Shades of Slate Blue #6249DC

Tints of Slate Blue #6249DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.27%

R = 25.06%
G = 18.67%
B = 56.27%

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

#6249DC (or 0x6249DC) is known color: Slate Blue. HEX triplet: 62, 49 and DC. RGB value is (98,73,220). Sum of RGB (Red+Green+Blue) = 98+73+220=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #6249DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249DC is #9DB623. Grayscale: #606060. Windows color (decimal): -10335780 or 14436706. OLE color: 14436706.

HSL color Cylindrical-coordinate representation of color #6249DC: hue angle of 250.2º degrees, saturation: 0.68, 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 #6249DC is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 73 220 -
CMYK 0.55 0.67 0 0.14
HSL 250.2º 0.68% 0.57% -
HSV(B) 250.2º 0.67% 0.86% -
XYZ 20.34 12.53 69.06 -
YUV 97.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 98 73 220 0.55 0.67 0 0.14 250.2 0.68 0.57
Hex 62 49 DC 37 43 0 E FA 44 39
Octal 142 111 334 67 103 0 16 372 104 71
Binary 1100010 1001001 11011100 110111 1000011 0 1110 11111010 1000100 111001

Color Harmonies of #6249DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6249DC

Black with #6249DC

Text Example


Text Example

White with #6249DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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