Html Css Color HEX #6250C6 Slate Blue

📋 copy color: '#6250C6'

red 98 ◦ green 80 ◦ blue 198

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

Shades of Slate Blue #6250C6

Tints of Slate Blue #6250C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.66%

R = 26.06%
G = 21.28%
B = 52.66%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6250C6 (or 0x6250C6) is known color: Slate Blue. HEX triplet: 62, 50 and C6. RGB value is (98,80,198). Sum of RGB (Red+Green+Blue) = 98+80+198=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #6250C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250C6 is #9DAF39. Grayscale: #626262. Windows color (decimal): -10334010 or 12996706. OLE color: 12996706.

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

Color convert

RGB 98 80 198 -
CMYK 0.51 0.60 0 0.22
HSL 249.15º 0.51% 0.55% -
HSV(B) 249.15º 0.6% 0.78% -
XYZ 18.1 12.41 54.87 -
YUV 98.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 98 80 198 0.51 0.60 0 0.22 249.15 0.51 0.55
Hex 62 50 C6 33 3C 0 16 F9 33 37
Octal 142 120 306 63 74 0 26 371 63 67
Binary 1100010 1010000 11000110 110011 111100 0 10110 11111001 110011 110111

Color Harmonies of #6250C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6250C6

Black with #6250C6

Text Example


Text Example

White with #6250C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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