Html Css Color HEX #624AC0 Slate Blue

📋 copy color: '#624AC0'

red 98 ◦ green 74 ◦ blue 192

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

Shades of Slate Blue #624AC0

Tints of Slate Blue #624AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.75%

R = 26.92%
G = 20.33%
B = 52.75%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#624AC0 (or 0x624AC0) is known color: Slate Blue. HEX triplet: 62, 4A and C0. RGB value is (98,74,192). Sum of RGB (Red+Green+Blue) = 98+74+192=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #624AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624AC0 is #9DB53F. Grayscale: #5E5E5E. Windows color (decimal): -10335552 or 12601954. OLE color: 12601954.

HSL color Cylindrical-coordinate representation of color #624AC0: hue angle of 252.2º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #624AC0 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 74 192 -
CMYK 0.49 0.61 0 0.25
HSL 252.2º 0.48% 0.52% -
HSV(B) 252.2º 0.61% 0.75% -
XYZ 17 11.3 51.15 -
YUV 94.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 98 74 192 0.49 0.61 0 0.25 252.2 0.48 0.52
Hex 62 4A C0 31 3D 0 19 FC 30 34
Octal 142 112 300 61 75 0 31 374 60 64
Binary 1100010 1001010 11000000 110001 111101 0 11001 11111100 110000 110100

Color Harmonies of #624AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624AC0

Black with #624AC0

Text Example


Text Example

White with #624AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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