Html Css Color HEX #625ACD Slate Blue

📋 copy color: '#625ACD'

red 98 ◦ green 90 ◦ blue 205

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

Shades of Slate Blue #625ACD

Tints of Slate Blue #625ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 24.94%
G = 22.9%
B = 52.16%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#625ACD (or 0x625ACD) is known color: Slate Blue. HEX triplet: 62, 5A and CD. RGB value is (98,90,205). Sum of RGB (Red+Green+Blue) = 98+90+205=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #625ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ACD is #9DA532. Grayscale: #696969. Windows color (decimal): -10331443 or 13458018. OLE color: 13458018.

HSL color Cylindrical-coordinate representation of color #625ACD: hue angle of 244.17º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #625ACD is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 90 205 -
CMYK 0.52 0.56 0 0.20
HSL 244.17º 0.53% 0.58% -
HSV(B) 244.17º 0.56% 0.8% -
XYZ 19.71 14.32 59.48 -
YUV 105.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 98 90 205 0.52 0.56 0 0.20 244.17 0.53 0.58
Hex 62 5A CD 34 38 0 14 F4 35 3A
Octal 142 132 315 64 70 0 24 364 65 72
Binary 1100010 1011010 11001101 110100 111000 0 10100 11110100 110101 111010

Color Harmonies of #625ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625ACD

Black with #625ACD

Text Example


Text Example

White with #625ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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