Html Css Color HEX #625CDB Slate Blue

📋 copy color: '#625CDB'

red 98 ◦ green 92 ◦ blue 219

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

Shades of Slate Blue #625CDB

Tints of Slate Blue #625CDB

RGB

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

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

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

R = 23.96%
G = 22.49%
B = 53.55%

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

#625CDB (or 0x625CDB) is known color: Slate Blue. HEX triplet: 62, 5C and DB. RGB value is (98,92,219). Sum of RGB (Red+Green+Blue) = 98+92+219=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #625CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CDB is #9DA324. Grayscale: #6B6B6B. Windows color (decimal): -10330917 or 14376034. OLE color: 14376034.

HSL color Cylindrical-coordinate representation of color #625CDB: hue angle of 242.83º 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 #625CDB is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 92 219 -
CMYK 0.55 0.58 0 0.14
HSL 242.83º 0.64% 0.61% -
HSV(B) 242.83º 0.58% 0.86% -
XYZ 21.65 15.37 68.84 -
YUV 108.27 190.49 120.67 -
System Red Green Blue C M Y K H S L
Decimal 98 92 219 0.55 0.58 0 0.14 242.83 0.64 0.61
Hex 62 5C DB 37 3A 0 E F3 40 3D
Octal 142 134 333 67 72 0 16 363 100 75
Binary 1100010 1011100 11011011 110111 111010 0 1110 11110011 1000000 111101

Color Harmonies of #625CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625CDB

Black with #625CDB

Text Example


Text Example

White with #625CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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