Html Css Color HEX #624ADC Slate Blue

📋 copy color: '#624ADC'

red 98 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #624ADC

Tints of Slate Blue #624ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.88%

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 25%
G = 18.88%
B = 56.12%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#624ADC (or 0x624ADC) is known color: Slate Blue. HEX triplet: 62, 4A and DC. RGB value is (98,74,220). Sum of RGB (Red+Green+Blue) = 98+74+220=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #624ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624ADC is #9DB523. Grayscale: #616161. Windows color (decimal): -10335524 or 14436962. OLE color: 14436962.

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

Color convert

RGB 98 74 220 -
CMYK 0.55 0.66 0 0.14
HSL 249.86º 0.68% 0.58% -
HSV(B) 249.86º 0.66% 0.86% -
XYZ 20.4 12.66 69.08 -
YUV 97.82 196.95 128.13 -
System Red Green Blue C M Y K H S L
Decimal 98 74 220 0.55 0.66 0 0.14 249.86 0.68 0.58
Hex 62 4A DC 37 42 0 E FA 44 3A
Octal 142 112 334 67 102 0 16 372 104 72
Binary 1100010 1001010 11011100 110111 1000010 0 1110 11111010 1000100 111010

Color Harmonies of #624ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624ADC

Black with #624ADC

Text Example


Text Example

White with #624ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624ADC; }

 p { color: rgb(98,74,220); }

 H1.HeaderClassName
 {
   color: #624ADC;
 }
 .AnyTagClassName
 {
   color: #624ADC;
 }
</style>

background-color css

<style>
 a { background-color: #624ADC; }

 a { background-color: rgb(98,74,220); }

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

border-color css

<style>
 span { border-color: #624ADC; }

 span { border-color: rgb(98,74,220); }

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