Html Css Color HEX #625ADD Slate Blue

📋 copy color: '#625ADD'

red 98 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #625ADD

Tints of Slate Blue #625ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 23.96%
G = 22%
B = 54.03%

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

#625ADD (or 0x625ADD) is known color: Slate Blue. HEX triplet: 62, 5A and DD. RGB value is (98,90,221). Sum of RGB (Red+Green+Blue) = 98+90+221=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #625ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ADD is #9DA522. Grayscale: #6A6A6A. Windows color (decimal): -10331427 or 14506594. OLE color: 14506594.

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

Color convert

RGB 98 90 221 -
CMYK 0.56 0.59 0 0.13
HSL 243.66º 0.66% 0.61% -
HSV(B) 243.66º 0.59% 0.87% -
XYZ 21.74 15.13 70.18 -
YUV 107.33 192.15 121.35 -
System Red Green Blue C M Y K H S L
Decimal 98 90 221 0.56 0.59 0 0.13 243.66 0.66 0.61
Hex 62 5A DD 38 3B 0 D F4 42 3D
Octal 142 132 335 70 73 0 15 364 102 75
Binary 1100010 1011010 11011101 111000 111011 0 1101 11110100 1000010 111101

Color Harmonies of #625ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625ADD

Black with #625ADD

Text Example


Text Example

White with #625ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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