Html Css Color HEX #625FDF Slate Blue

📋 copy color: '#625FDF'

red 98 ◦ green 95 ◦ blue 223

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

Shades of Slate Blue #625FDF

Tints of Slate Blue #625FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 23.56%
G = 22.84%
B = 53.61%

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

#625FDF (or 0x625FDF) is known color: Slate Blue. HEX triplet: 62, 5F and DF. RGB value is (98,95,223). Sum of RGB (Red+Green+Blue) = 98+95+223=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #625FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625FDF is #9DA020. Grayscale: #6D6D6D. Windows color (decimal): -10330145 or 14638946. OLE color: 14638946.

HSL color Cylindrical-coordinate representation of color #625FDF: hue angle of 241.41º degrees, saturation: 0.67, 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 #625FDF is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 95 223 -
CMYK 0.56 0.57 0 0.13
HSL 241.41º 0.67% 0.62% -
HSV(B) 241.41º 0.57% 0.87% -
XYZ 22.45 16.11 71.74 -
YUV 110.49 191.49 119.09 -
System Red Green Blue C M Y K H S L
Decimal 98 95 223 0.56 0.57 0 0.13 241.41 0.67 0.62
Hex 62 5F DF 38 39 0 D F1 43 3E
Octal 142 137 337 70 71 0 15 361 103 76
Binary 1100010 1011111 11011111 111000 111001 0 1101 11110001 1000011 111110

Color Harmonies of #625FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625FDF

Black with #625FDF

Text Example


Text Example

White with #625FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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