Html Css Color HEX #6250C9 Slate Blue

📋 copy color: '#6250C9'

red 98 ◦ green 80 ◦ blue 201

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

Shades of Slate Blue #6250C9

Tints of Slate Blue #6250C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.03%

R = 25.86%
G = 21.11%
B = 53.03%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6250C9 (or 0x6250C9) is known color: Slate Blue. HEX triplet: 62, 50 and C9. RGB value is (98,80,201). Sum of RGB (Red+Green+Blue) = 98+80+201=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #6250C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250C9 is #9DAF36. Grayscale: #626262. Windows color (decimal): -10334007 or 13193314. OLE color: 13193314.

HSL color Cylindrical-coordinate representation of color #6250C9: hue angle of 248.93º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6250C9 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 98 80 201 -
CMYK 0.51 0.60 0 0.21
HSL 248.93º 0.53% 0.55% -
HSV(B) 248.93º 0.6% 0.79% -
XYZ 18.45 12.55 56.71 -
YUV 99.18 185.46 127.16 -
System Red Green Blue C M Y K H S L
Decimal 98 80 201 0.51 0.60 0 0.21 248.93 0.53 0.55
Hex 62 50 C9 33 3C 0 15 F9 35 37
Octal 142 120 311 63 74 0 25 371 65 67
Binary 1100010 1010000 11001001 110011 111100 0 10101 11111001 110101 110111

Color Harmonies of #6250C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6250C9

Black with #6250C9

Text Example


Text Example

White with #6250C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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