Html Css Color HEX #625DC5 Slate Blue

📋 copy color: '#625DC5'

red 98 ◦ green 93 ◦ blue 197

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

Shades of Slate Blue #625DC5

Tints of Slate Blue #625DC5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.97%

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

R = 25.26%
G = 23.97%
B = 50.77%

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

#625DC5 (or 0x625DC5) is known color: Slate Blue. HEX triplet: 62, 5D and C5. RGB value is (98,93,197). Sum of RGB (Red+Green+Blue) = 98+93+197=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #625DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DC5 is #9DA23A. Grayscale: #696969. Windows color (decimal): -10330683 or 12934498. OLE color: 12934498.

HSL color Cylindrical-coordinate representation of color #625DC5: hue angle of 242.88º degrees, saturation: 0.47, 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 #625DC5 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 98 93 197 -
CMYK 0.50 0.53 0 0.23
HSL 242.88º 0.47% 0.57% -
HSV(B) 242.88º 0.53% 0.77% -
XYZ 19.03 14.46 54.61 -
YUV 106.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 98 93 197 0.50 0.53 0 0.23 242.88 0.47 0.57
Hex 62 5D C5 32 35 0 17 F3 2F 39
Octal 142 135 305 62 65 0 27 363 57 71
Binary 1100010 1011101 11000101 110010 110101 0 10111 11110011 101111 111001

Color Harmonies of #625DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625DC5

Black with #625DC5

Text Example


Text Example

White with #625DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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