Html Css Color HEX #625BC0 Slate Blue

📋 copy color: '#625BC0'

red 98 ◦ green 91 ◦ blue 192

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

Shades of Slate Blue #625BC0

Tints of Slate Blue #625BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.88%

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 25.72%
G = 23.88%
B = 50.39%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#625BC0 (or 0x625BC0) is known color: Slate Blue. HEX triplet: 62, 5B and C0. RGB value is (98,91,192). Sum of RGB (Red+Green+Blue) = 98+91+192=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #625BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BC0 is #9DA43F. Grayscale: #686868. Windows color (decimal): -10331200 or 12606306. OLE color: 12606306.

HSL color Cylindrical-coordinate representation of color #625BC0: hue angle of 244.16º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #625BC0 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 91 192 -
CMYK 0.49 0.53 0 0.25
HSL 244.16º 0.44% 0.55% -
HSV(B) 244.16º 0.53% 0.75% -
XYZ 18.29 13.88 51.59 -
YUV 104.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 98 91 192 0.49 0.53 0 0.25 244.16 0.44 0.55
Hex 62 5B C0 31 35 0 19 F4 2C 37
Octal 142 133 300 61 65 0 31 364 54 67
Binary 1100010 1011011 11000000 110001 110101 0 11001 11110100 101100 110111

Color Harmonies of #625BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625BC0

Black with #625BC0

Text Example


Text Example

White with #625BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,91,192); }

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

background-color css

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

 a { background-color: rgb(98,91,192); }

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

border-color css

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

 span { border-color: rgb(98,91,192); }

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