Html Css Color HEX #624DDD Slate Blue

📋 copy color: '#624DDD'

red 98 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #624DDD

Tints of Slate Blue #624DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 24.75%
G = 19.44%
B = 55.81%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#624DDD (or 0x624DDD) is known color: Slate Blue. HEX triplet: 62, 4D and DD. RGB value is (98,77,221). Sum of RGB (Red+Green+Blue) = 98+77+221=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #624DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DDD is #9DB222. Grayscale: #636363. Windows color (decimal): -10334755 or 14503266. OLE color: 14503266.

HSL color Cylindrical-coordinate representation of color #624DDD: hue angle of 248.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #624DDD is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 77 221 -
CMYK 0.56 0.65 0 0.13
HSL 248.75º 0.68% 0.58% -
HSV(B) 248.75º 0.65% 0.87% -
XYZ 20.74 13.12 69.85 -
YUV 99.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 98 77 221 0.56 0.65 0 0.13 248.75 0.68 0.58
Hex 62 4D DD 38 41 0 D F9 44 3A
Octal 142 115 335 70 101 0 15 371 104 72
Binary 1100010 1001101 11011101 111000 1000001 0 1101 11111001 1000100 111010

Color Harmonies of #624DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624DDD

Black with #624DDD

Text Example


Text Example

White with #624DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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