Html Css Color HEX #625DDD Slate Blue

📋 copy color: '#625DDD'

red 98 ◦ green 93 ◦ blue 221

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

Shades of Slate Blue #625DDD

Tints of Slate Blue #625DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 23.79%
G = 22.57%
B = 53.64%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#625DDD (or 0x625DDD) is known color: Slate Blue. HEX triplet: 62, 5D and DD. RGB value is (98,93,221). Sum of RGB (Red+Green+Blue) = 98+93+221=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #625DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DDD is #9DA222. Grayscale: #6C6C6C. Windows color (decimal): -10330659 or 14507362. OLE color: 14507362.

HSL color Cylindrical-coordinate representation of color #625DDD: hue angle of 242.34º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #625DDD is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 93 221 -
CMYK 0.56 0.58 0 0.13
HSL 242.34º 0.65% 0.62% -
HSV(B) 242.34º 0.58% 0.87% -
XYZ 22 15.65 70.27 -
YUV 109.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 98 93 221 0.56 0.58 0 0.13 242.34 0.65 0.62
Hex 62 5D DD 38 3A 0 D F2 41 3E
Octal 142 135 335 70 72 0 15 362 101 76
Binary 1100010 1011101 11011101 111000 111010 0 1101 11110010 1000001 111110

Color Harmonies of #625DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625DDD

Black with #625DDD

Text Example


Text Example

White with #625DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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