Html Css Color HEX #625DC9 Slate Blue

📋 copy color: '#625DC9'

red 98 ◦ green 93 ◦ blue 201

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

Shades of Slate Blue #625DC9

Tints of Slate Blue #625DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 25%
G = 23.72%
B = 51.28%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#625DC9 (or 0x625DC9) is known color: Slate Blue. HEX triplet: 62, 5D and C9. RGB value is (98,93,201). Sum of RGB (Red+Green+Blue) = 98+93+201=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #625DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DC9 is #9DA236. Grayscale: #6A6A6A. Windows color (decimal): -10330679 or 13196642. OLE color: 13196642.

HSL color Cylindrical-coordinate representation of color #625DC9: hue angle of 242.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #625DC9 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 98 93 201 -
CMYK 0.51 0.54 0 0.21
HSL 242.78º 0.5% 0.58% -
HSV(B) 242.78º 0.54% 0.79% -
XYZ 19.49 14.64 57.06 -
YUV 106.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 98 93 201 0.51 0.54 0 0.21 242.78 0.5 0.58
Hex 62 5D C9 33 36 0 15 F3 32 3A
Octal 142 135 311 63 66 0 25 363 62 72
Binary 1100010 1011101 11001001 110011 110110 0 10101 11110011 110010 111010

Color Harmonies of #625DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625DC9

Black with #625DC9

Text Example


Text Example

White with #625DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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