Html Css Color HEX #625EDB Slate Blue

📋 copy color: '#625EDB'

red 98 ◦ green 94 ◦ blue 219

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

Shades of Slate Blue #625EDB

Tints of Slate Blue #625EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 23.84%
G = 22.87%
B = 53.28%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#625EDB (or 0x625EDB) is known color: Slate Blue. HEX triplet: 62, 5E and DB. RGB value is (98,94,219). Sum of RGB (Red+Green+Blue) = 98+94+219=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #625EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EDB is #9DA124. Grayscale: #6C6C6C. Windows color (decimal): -10330405 or 14376546. OLE color: 14376546.

HSL color Cylindrical-coordinate representation of color #625EDB: hue angle of 241.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #625EDB is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 94 219 -
CMYK 0.55 0.57 0 0.14
HSL 241.92º 0.63% 0.61% -
HSV(B) 241.92º 0.57% 0.86% -
XYZ 21.83 15.72 68.9 -
YUV 109.45 189.83 119.84 -
System Red Green Blue C M Y K H S L
Decimal 98 94 219 0.55 0.57 0 0.14 241.92 0.63 0.61
Hex 62 5E DB 37 39 0 E F2 3F 3D
Octal 142 136 333 67 71 0 16 362 77 75
Binary 1100010 1011110 11011011 110111 111001 0 1110 11110010 111111 111101

Color Harmonies of #625EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625EDB

Black with #625EDB

Text Example


Text Example

White with #625EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,94,219); }

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

background-color css

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

 a { background-color: rgb(98,94,219); }

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

border-color css

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

 span { border-color: rgb(98,94,219); }

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