Html Css Color HEX #625DDB Slate Blue

📋 copy color: '#625DDB'

red 98 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #625DDB

Tints of Slate Blue #625DDB

RGB

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

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

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

R = 23.9%
G = 22.68%
B = 53.41%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#625DDB (or 0x625DDB) is known color: Slate Blue. HEX triplet: 62, 5D and DB. RGB value is (98,93,219). Sum of RGB (Red+Green+Blue) = 98+93+219=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #625DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DDB is #9DA224. Grayscale: #6C6C6C. Windows color (decimal): -10330661 or 14376290. OLE color: 14376290.

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

Color convert

RGB 98 93 219 -
CMYK 0.55 0.58 0 0.14
HSL 242.38º 0.64% 0.61% -
HSV(B) 242.38º 0.58% 0.86% -
XYZ 21.74 15.54 68.87 -
YUV 108.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 98 93 219 0.55 0.58 0 0.14 242.38 0.64 0.61
Hex 62 5D DB 37 3A 0 E F2 40 3D
Octal 142 135 333 67 72 0 16 362 100 75
Binary 1100010 1011101 11011011 110111 111010 0 1110 11110010 1000000 111101

Color Harmonies of #625DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625DDB

Black with #625DDB

Text Example


Text Example

White with #625DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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