Html Css Color HEX #625CE0 Slate Blue

📋 copy color: '#625CE0'

red 98 ◦ green 92 ◦ blue 224

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

Shades of Slate Blue #625CE0

Tints of Slate Blue #625CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.11%

R = 23.67%
G = 22.22%
B = 54.11%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#625CE0 (or 0x625CE0) is known color: Slate Blue. HEX triplet: 62, 5C and E0. RGB value is (98,92,224). Sum of RGB (Red+Green+Blue) = 98+92+224=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #625CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CE0 is #9DA31F. Grayscale: #6C6C6C. Windows color (decimal): -10330912 or 14703714. OLE color: 14703714.

HSL color Cylindrical-coordinate representation of color #625CE0: hue angle of 242.73º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #625CE0 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 92 224 -
CMYK 0.56 0.59 0 0.12
HSL 242.73º 0.68% 0.62% -
HSV(B) 242.73º 0.59% 0.88% -
XYZ 22.32 15.63 72.36 -
YUV 108.84 192.99 120.27 -
System Red Green Blue C M Y K H S L
Decimal 98 92 224 0.56 0.59 0 0.12 242.73 0.68 0.62
Hex 62 5C E0 38 3B 0 C F3 44 3E
Octal 142 134 340 70 73 0 14 363 104 76
Binary 1100010 1011100 11100000 111000 111011 0 1100 11110011 1000100 111110

Color Harmonies of #625CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625CE0

Black with #625CE0

Text Example


Text Example

White with #625CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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