Html Css Color HEX #624DCC Slate Blue

📋 copy color: '#624DCC'

red 98 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #624DCC

Tints of Slate Blue #624DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 25.86%
G = 20.32%
B = 53.83%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#624DCC (or 0x624DCC) is known color: Slate Blue. HEX triplet: 62, 4D and CC. RGB value is (98,77,204). Sum of RGB (Red+Green+Blue) = 98+77+204=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #624DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DCC is #9DB233. Grayscale: #616161. Windows color (decimal): -10334772 or 13389154. OLE color: 13389154.

HSL color Cylindrical-coordinate representation of color #624DCC: hue angle of 249.92º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #624DCC is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 77 204 -
CMYK 0.52 0.62 0 0.2
HSL 249.92º 0.55% 0.55% -
HSV(B) 249.92º 0.62% 0.8% -
XYZ 18.59 12.26 58.51 -
YUV 97.76 187.96 128.17 -
System Red Green Blue C M Y K H S L
Decimal 98 77 204 0.52 0.62 0 0.2 249.92 0.55 0.55
Hex 62 4D CC 34 3E 0 14 FA 37 37
Octal 142 115 314 64 76 0 24 372 67 67
Binary 1100010 1001101 11001100 110100 111110 0 10100 11111010 110111 110111

Color Harmonies of #624DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624DCC

Black with #624DCC

Text Example


Text Example

White with #624DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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