Html Css Color HEX #625FDA Slate Blue

📋 copy color: '#625FDA'

red 98 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #625FDA

Tints of Slate Blue #625FDA

RGB

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

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

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

R = 23.84%
G = 23.11%
B = 53.04%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#625FDA (or 0x625FDA) is known color: Slate Blue. HEX triplet: 62, 5F and DA. RGB value is (98,95,218). Sum of RGB (Red+Green+Blue) = 98+95+218=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #625FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625FDA is #9DA025. Grayscale: #6D6D6D. Windows color (decimal): -10330150 or 14311266. OLE color: 14311266.

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

Color convert

RGB 98 95 218 -
CMYK 0.55 0.56 0 0.15
HSL 241.46º 0.62% 0.61% -
HSV(B) 241.46º 0.56% 0.85% -
XYZ 21.78 15.84 68.24 -
YUV 109.92 188.99 119.5 -
System Red Green Blue C M Y K H S L
Decimal 98 95 218 0.55 0.56 0 0.15 241.46 0.62 0.61
Hex 62 5F DA 37 38 0 F F1 3E 3D
Octal 142 137 332 67 70 0 17 361 76 75
Binary 1100010 1011111 11011010 110111 111000 0 1111 11110001 111110 111101

Color Harmonies of #625FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625FDA

Black with #625FDA

Text Example


Text Example

White with #625FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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