Html Css Color HEX #625CC5 Slate Blue

📋 copy color: '#625CC5'

red 98 ◦ green 92 ◦ blue 197

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

Shades of Slate Blue #625CC5

Tints of Slate Blue #625CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.77%

 BLUE value IS 197 (77.34% from 255) = 50.9%

R = 25.32%
G = 23.77%
B = 50.9%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#625CC5 (or 0x625CC5) is known color: Slate Blue. HEX triplet: 62, 5C and C5. RGB value is (98,92,197). Sum of RGB (Red+Green+Blue) = 98+92+197=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #625CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CC5 is #9DA33A. Grayscale: #696969. Windows color (decimal): -10330939 or 12934242. OLE color: 12934242.

HSL color Cylindrical-coordinate representation of color #625CC5: hue angle of 243.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #625CC5 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 98 92 197 -
CMYK 0.50 0.53 0 0.23
HSL 243.43º 0.48% 0.57% -
HSV(B) 243.43º 0.53% 0.77% -
XYZ 18.94 14.28 54.58 -
YUV 105.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 98 92 197 0.50 0.53 0 0.23 243.43 0.48 0.57
Hex 62 5C C5 32 35 0 17 F3 30 39
Octal 142 134 305 62 65 0 27 363 60 71
Binary 1100010 1011100 11000101 110010 110101 0 10111 11110011 110000 111001

Color Harmonies of #625CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625CC5

Black with #625CC5

Text Example


Text Example

White with #625CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625CC5; }

 p { color: rgb(98,92,197); }

 H1.HeaderClassName
 {
   color: #625CC5;
 }
 .AnyTagClassName
 {
   color: #625CC5;
 }
</style>

background-color css

<style>
 a { background-color: #625CC5; }

 a { background-color: rgb(98,92,197); }

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

border-color css

<style>
 span { border-color: #625CC5; }

 span { border-color: rgb(98,92,197); }

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