Html Css Color HEX #625DDA Slate Blue

📋 copy color: '#625DDA'

red 98 ◦ green 93 ◦ blue 218

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

Shades of Slate Blue #625DDA

Tints of Slate Blue #625DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 23.96%
G = 22.74%
B = 53.3%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#625DDA (or 0x625DDA) is known color: Slate Blue. HEX triplet: 62, 5D and DA. RGB value is (98,93,218). Sum of RGB (Red+Green+Blue) = 98+93+218=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #625DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DDA is #9DA225. Grayscale: #6C6C6C. Windows color (decimal): -10330662 or 14310754. OLE color: 14310754.

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

Color convert

RGB 98 93 218 -
CMYK 0.55 0.57 0 0.15
HSL 242.4º 0.63% 0.61% -
HSV(B) 242.4º 0.57% 0.85% -
XYZ 21.61 15.49 68.18 -
YUV 108.75 189.66 120.34 -
System Red Green Blue C M Y K H S L
Decimal 98 93 218 0.55 0.57 0 0.15 242.4 0.63 0.61
Hex 62 5D DA 37 39 0 F F2 3F 3D
Octal 142 135 332 67 71 0 17 362 77 75
Binary 1100010 1011101 11011010 110111 111001 0 1111 11110010 111111 111101

Color Harmonies of #625DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625DDA

Black with #625DDA

Text Example


Text Example

White with #625DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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