Html Css Color HEX #625ADE Slate Blue

📋 copy color: '#625ADE'

red 98 ◦ green 90 ◦ blue 222

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

Shades of Slate Blue #625ADE

Tints of Slate Blue #625ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.95%

 BLUE value IS 222 (87.11% from 255) = 54.15%

R = 23.9%
G = 21.95%
B = 54.15%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#625ADE (or 0x625ADE) is known color: Slate Blue. HEX triplet: 62, 5A and DE. RGB value is (98,90,222). Sum of RGB (Red+Green+Blue) = 98+90+222=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #625ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ADE is #9DA521. Grayscale: #6A6A6A. Windows color (decimal): -10331426 or 14572130. OLE color: 14572130.

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

Color convert

RGB 98 90 222 -
CMYK 0.56 0.59 0 0.13
HSL 243.64º 0.67% 0.61% -
HSV(B) 243.64º 0.59% 0.87% -
XYZ 21.88 15.18 70.88 -
YUV 107.44 192.65 121.27 -
System Red Green Blue C M Y K H S L
Decimal 98 90 222 0.56 0.59 0 0.13 243.64 0.67 0.61
Hex 62 5A DE 38 3B 0 D F4 43 3D
Octal 142 132 336 70 73 0 15 364 103 75
Binary 1100010 1011010 11011110 111000 111011 0 1101 11110100 1000011 111101

Color Harmonies of #625ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625ADE

Black with #625ADE

Text Example


Text Example

White with #625ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,90,222); }

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

background-color css

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

 a { background-color: rgb(98,90,222); }

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

border-color css

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

 span { border-color: rgb(98,90,222); }

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