Html Css Color HEX #625BCD Slate Blue

📋 copy color: '#625BCD'

red 98 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #625BCD

Tints of Slate Blue #625BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.1%

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

R = 24.87%
G = 23.1%
B = 52.03%

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

#625BCD (or 0x625BCD) is known color: Slate Blue. HEX triplet: 62, 5B and CD. RGB value is (98,91,205). Sum of RGB (Red+Green+Blue) = 98+91+205=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #625BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BCD is #9DA432. Grayscale: #696969. Windows color (decimal): -10331187 or 13458274. OLE color: 13458274.

HSL color Cylindrical-coordinate representation of color #625BCD: hue angle of 243.68º 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 #625BCD is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 91 205 -
CMYK 0.52 0.56 0 0.20
HSL 243.68º 0.53% 0.58% -
HSV(B) 243.68º 0.56% 0.8% -
XYZ 19.8 14.49 59.51 -
YUV 106.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 98 91 205 0.52 0.56 0 0.20 243.68 0.53 0.58
Hex 62 5B CD 34 38 0 14 F4 35 3A
Octal 142 133 315 64 70 0 24 364 65 72
Binary 1100010 1011011 11001101 110100 111000 0 10100 11110100 110101 111010

Color Harmonies of #625BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625BCD

Black with #625BCD

Text Example


Text Example

White with #625BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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