Html Css Color HEX #624BCC Slate Blue

📋 copy color: '#624BCC'

red 98 ◦ green 75 ◦ blue 204

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

Shades of Slate Blue #624BCC

Tints of Slate Blue #624BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

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

R = 25.99%
G = 19.89%
B = 54.11%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#624BCC (or 0x624BCC) is known color: Slate Blue. HEX triplet: 62, 4B and CC. RGB value is (98,75,204). Sum of RGB (Red+Green+Blue) = 98+75+204=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #624BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624BCC is #9DB433. Grayscale: #606060. Windows color (decimal): -10335284 or 13388642. OLE color: 13388642.

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

Color convert

RGB 98 75 204 -
CMYK 0.52 0.63 0 0.2
HSL 250.7º 0.56% 0.55% -
HSV(B) 250.7º 0.63% 0.8% -
XYZ 18.45 11.99 58.47 -
YUV 96.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 98 75 204 0.52 0.63 0 0.2 250.7 0.56 0.55
Hex 62 4B CC 34 3F 0 14 FB 38 37
Octal 142 113 314 64 77 0 24 373 70 67
Binary 1100010 1001011 11001100 110100 111111 0 10100 11111011 111000 110111

Color Harmonies of #624BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624BCC

Black with #624BCC

Text Example


Text Example

White with #624BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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