Html Css Color HEX #624EDC Slate Blue

📋 copy color: '#624EDC'

red 98 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #624EDC

Tints of Slate Blue #624EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.7%

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

R = 24.75%
G = 19.7%
B = 55.56%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#624EDC (or 0x624EDC) is known color: Slate Blue. HEX triplet: 62, 4E and DC. RGB value is (98,78,220). Sum of RGB (Red+Green+Blue) = 98+78+220=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #624EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624EDC is #9DB123. Grayscale: #636363. Windows color (decimal): -10334500 or 14437986. OLE color: 14437986.

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

Color convert

RGB 98 78 220 -
CMYK 0.55 0.65 0 0.14
HSL 248.45º 0.67% 0.58% -
HSV(B) 248.45º 0.65% 0.86% -
XYZ 20.68 13.21 69.17 -
YUV 100.17 195.63 126.45 -
System Red Green Blue C M Y K H S L
Decimal 98 78 220 0.55 0.65 0 0.14 248.45 0.67 0.58
Hex 62 4E DC 37 41 0 E F8 43 3A
Octal 142 116 334 67 101 0 16 370 103 72
Binary 1100010 1001110 11011100 110111 1000001 0 1110 11111000 1000011 111010

Color Harmonies of #624EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624EDC

Black with #624EDC

Text Example


Text Example

White with #624EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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