Html Css Color HEX #6249DB Slate Blue

📋 copy color: '#6249DB'

red 98 ◦ green 73 ◦ blue 219

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

Shades of Slate Blue #6249DB

Tints of Slate Blue #6249DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.15%

R = 25.13%
G = 18.72%
B = 56.15%

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

#6249DB (or 0x6249DB) is known color: Slate Blue. HEX triplet: 62, 49 and DB. RGB value is (98,73,219). Sum of RGB (Red+Green+Blue) = 98+73+219=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #6249DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249DB is #9DB624. Grayscale: #606060. Windows color (decimal): -10335781 or 14371170. OLE color: 14371170.

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

Color convert

RGB 98 73 219 -
CMYK 0.55 0.67 0 0.14
HSL 250.27º 0.67% 0.57% -
HSV(B) 250.27º 0.67% 0.86% -
XYZ 20.21 12.48 68.36 -
YUV 97.12 196.78 128.63 -
System Red Green Blue C M Y K H S L
Decimal 98 73 219 0.55 0.67 0 0.14 250.27 0.67 0.57
Hex 62 49 DB 37 43 0 E FA 43 39
Octal 142 111 333 67 103 0 16 372 103 71
Binary 1100010 1001001 11011011 110111 1000011 0 1110 11111010 1000011 111001

Color Harmonies of #6249DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6249DB

Black with #6249DB

Text Example


Text Example

White with #6249DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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