Html Css Color HEX #624DC0 Slate Blue

📋 copy color: '#624DC0'

red 98 ◦ green 77 ◦ blue 192

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

Shades of Slate Blue #624DC0

Tints of Slate Blue #624DC0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.98%

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

R = 26.7%
G = 20.98%
B = 52.32%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#624DC0 (or 0x624DC0) is known color: Slate Blue. HEX triplet: 62, 4D and C0. RGB value is (98,77,192). Sum of RGB (Red+Green+Blue) = 98+77+192=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #624DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DC0 is #9DB23F. Grayscale: #5F5F5F. Windows color (decimal): -10334784 or 12602722. OLE color: 12602722.

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

Color convert

RGB 98 77 192 -
CMYK 0.49 0.60 0 0.25
HSL 250.96º 0.48% 0.53% -
HSV(B) 250.96º 0.6% 0.75% -
XYZ 17.21 11.71 51.22 -
YUV 96.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 98 77 192 0.49 0.60 0 0.25 250.96 0.48 0.53
Hex 62 4D C0 31 3C 0 19 FB 30 35
Octal 142 115 300 61 74 0 31 373 60 65
Binary 1100010 1001101 11000000 110001 111100 0 11001 11111011 110000 110101

Color Harmonies of #624DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624DC0

Black with #624DC0

Text Example


Text Example

White with #624DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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