Html Css Color HEX #6250DB Slate Blue

📋 copy color: '#6250DB'

red 98 ◦ green 80 ◦ blue 219

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

Shades of Slate Blue #6250DB

Tints of Slate Blue #6250DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

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

R = 24.69%
G = 20.15%
B = 55.16%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6250DB (or 0x6250DB) is known color: Slate Blue. HEX triplet: 62, 50 and DB. RGB value is (98,80,219). Sum of RGB (Red+Green+Blue) = 98+80+219=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #6250DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250DB is #9DAF24. Grayscale: #646464. Windows color (decimal): -10333989 or 14372962. OLE color: 14372962.

HSL color Cylindrical-coordinate representation of color #6250DB: hue angle of 247.77º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6250DB is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 80 219 -
CMYK 0.55 0.63 0 0.14
HSL 247.77º 0.66% 0.59% -
HSV(B) 247.77º 0.63% 0.86% -
XYZ 20.69 13.45 68.52 -
YUV 101.23 194.46 125.7 -
System Red Green Blue C M Y K H S L
Decimal 98 80 219 0.55 0.63 0 0.14 247.77 0.66 0.59
Hex 62 50 DB 37 3F 0 E F8 42 3B
Octal 142 120 333 67 77 0 16 370 102 73
Binary 1100010 1010000 11011011 110111 111111 0 1110 11111000 1000010 111011

Color Harmonies of #6250DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6250DB

Black with #6250DB

Text Example


Text Example

White with #6250DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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