Html Css Color HEX #625FDC Slate Blue

📋 copy color: '#625FDC'

red 98 ◦ green 95 ◦ blue 220

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

Shades of Slate Blue #625FDC

Tints of Slate Blue #625FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 23.73%
G = 23%
B = 53.27%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#625FDC (or 0x625FDC) is known color: Slate Blue. HEX triplet: 62, 5F and DC. RGB value is (98,95,220). Sum of RGB (Red+Green+Blue) = 98+95+220=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #625FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625FDC is #9DA023. Grayscale: #6D6D6D. Windows color (decimal): -10330148 or 14442338. OLE color: 14442338.

HSL color Cylindrical-coordinate representation of color #625FDC: hue angle of 241.44º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #625FDC is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 95 220 -
CMYK 0.55 0.57 0 0.14
HSL 241.44º 0.64% 0.62% -
HSV(B) 241.44º 0.57% 0.86% -
XYZ 22.05 15.95 69.63 -
YUV 110.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 98 95 220 0.55 0.57 0 0.14 241.44 0.64 0.62
Hex 62 5F DC 37 39 0 E F1 40 3E
Octal 142 137 334 67 71 0 16 361 100 76
Binary 1100010 1011111 11011100 110111 111001 0 1110 11110001 1000000 111110

Color Harmonies of #625FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625FDC

Black with #625FDC

Text Example


Text Example

White with #625FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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