Html Css Color HEX #6250E0 Slate Blue

📋 copy color: '#6250E0'

red 98 ◦ green 80 ◦ blue 224

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

Shades of Slate Blue #6250E0

Tints of Slate Blue #6250E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 24.38%
G = 19.9%
B = 55.72%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6250E0 (or 0x6250E0) is known color: Slate Blue. HEX triplet: 62, 50 and E0. RGB value is (98,80,224). Sum of RGB (Red+Green+Blue) = 98+80+224=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #6250E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250E0 is #9DAF1F. Grayscale: #656565. Windows color (decimal): -10333984 or 14700642. OLE color: 14700642.

HSL color Cylindrical-coordinate representation of color #6250E0: hue angle of 247.5º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6250E0 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 80 224 -
CMYK 0.56 0.64 0 0.12
HSL 247.5º 0.7% 0.6% -
HSV(B) 247.5º 0.64% 0.88% -
XYZ 21.36 13.72 72.04 -
YUV 101.8 196.96 125.29 -
System Red Green Blue C M Y K H S L
Decimal 98 80 224 0.56 0.64 0 0.12 247.5 0.7 0.6
Hex 62 50 E0 38 40 0 C F8 46 3C
Octal 142 120 340 70 100 0 14 370 106 74
Binary 1100010 1010000 11100000 111000 1000000 0 1100 11111000 1000110 111100

Color Harmonies of #6250E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6250E0

Black with #6250E0

Text Example


Text Example

White with #6250E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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