Html Css Color HEX #625FDD Slate Blue

📋 copy color: '#625FDD'

red 98 ◦ green 95 ◦ blue 221

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

Shades of Slate Blue #625FDD

Tints of Slate Blue #625FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.95%

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

R = 23.67%
G = 22.95%
B = 53.38%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#625FDD (or 0x625FDD) is known color: Slate Blue. HEX triplet: 62, 5F and DD. RGB value is (98,95,221). Sum of RGB (Red+Green+Blue) = 98+95+221=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #625FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625FDD is #9DA022. Grayscale: #6D6D6D. Windows color (decimal): -10330147 or 14507874. OLE color: 14507874.

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

Color convert

RGB 98 95 221 -
CMYK 0.56 0.57 0 0.13
HSL 241.43º 0.65% 0.62% -
HSV(B) 241.43º 0.57% 0.87% -
XYZ 22.18 16 70.33 -
YUV 110.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 98 95 221 0.56 0.57 0 0.13 241.43 0.65 0.62
Hex 62 5F DD 38 39 0 D F1 41 3E
Octal 142 137 335 70 71 0 15 361 101 76
Binary 1100010 1011111 11011101 111000 111001 0 1101 11110001 1000001 111110

Color Harmonies of #625FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625FDD

Black with #625FDD

Text Example


Text Example

White with #625FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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