Html Css Color HEX #6242D5 Slate Blue

📋 copy color: '#6242D5'

red 98 ◦ green 66 ◦ blue 213

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

Shades of Slate Blue #6242D5

Tints of Slate Blue #6242D5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 213 (83.59% from 255) = 56.5%

R = 25.99%
G = 17.51%
B = 56.5%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6242D5 (or 0x6242D5) is known color: Slate Blue. HEX triplet: 62, 42 and D5. RGB value is (98,66,213). Sum of RGB (Red+Green+Blue) = 98+66+213=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #6242D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242D5 is #9DBD2A. Grayscale: #5B5B5B. Windows color (decimal): -10337579 or 13976162. OLE color: 13976162.

HSL color Cylindrical-coordinate representation of color #6242D5: hue angle of 253.06º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6242D5 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 98 66 213 -
CMYK 0.54 0.69 0 0.16
HSL 253.06º 0.64% 0.55% -
HSV(B) 253.06º 0.69% 0.84% -
XYZ 19 11.3 64.13 -
YUV 92.33 196.1 132.05 -
System Red Green Blue C M Y K H S L
Decimal 98 66 213 0.54 0.69 0 0.16 253.06 0.64 0.55
Hex 62 42 D5 36 45 0 10 FD 40 37
Octal 142 102 325 66 105 0 20 375 100 67
Binary 1100010 1000010 11010101 110110 1000101 0 10000 11111101 1000000 110111

Color Harmonies of #6242D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6242D5

Black with #6242D5

Text Example


Text Example

White with #6242D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6242D5; }

 p { color: rgb(98,66,213); }

 H1.HeaderClassName
 {
   color: #6242D5;
 }
 .AnyTagClassName
 {
   color: #6242D5;
 }
</style>

background-color css

<style>
 a { background-color: #6242D5; }

 a { background-color: rgb(98,66,213); }

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

border-color css

<style>
 span { border-color: #6242D5; }

 span { border-color: rgb(98,66,213); }

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