Html Css Color HEX #625DCD Slate Blue

📋 copy color: '#625DCD'

red 98 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #625DCD

Tints of Slate Blue #625DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 24.75%
G = 23.48%
B = 51.77%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#625DCD (or 0x625DCD) is known color: Slate Blue. HEX triplet: 62, 5D and CD. RGB value is (98,93,205). Sum of RGB (Red+Green+Blue) = 98+93+205=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #625DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DCD is #9DA232. Grayscale: #6A6A6A. Windows color (decimal): -10330675 or 13458786. OLE color: 13458786.

HSL color Cylindrical-coordinate representation of color #625DCD: hue angle of 242.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #625DCD is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 93 205 -
CMYK 0.52 0.55 0 0.20
HSL 242.68º 0.53% 0.58% -
HSV(B) 242.68º 0.55% 0.8% -
XYZ 19.97 14.83 59.57 -
YUV 107.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 98 93 205 0.52 0.55 0 0.20 242.68 0.53 0.58
Hex 62 5D CD 34 37 0 14 F3 35 3A
Octal 142 135 315 64 67 0 24 363 65 72
Binary 1100010 1011101 11001101 110100 110111 0 10100 11110011 110101 111010

Color Harmonies of #625DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625DCD

Black with #625DCD

Text Example


Text Example

White with #625DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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