Html Css Color HEX #625BDD Slate Blue

📋 copy color: '#625BDD'

red 98 ◦ green 91 ◦ blue 221

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

Shades of Slate Blue #625BDD

Tints of Slate Blue #625BDD

RGB

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

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

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

R = 23.9%
G = 22.2%
B = 53.9%

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

#625BDD (or 0x625BDD) is known color: Slate Blue. HEX triplet: 62, 5B and DD. RGB value is (98,91,221). Sum of RGB (Red+Green+Blue) = 98+91+221=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #625BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BDD is #9DA422. Grayscale: #6B6B6B. Windows color (decimal): -10331171 or 14506850. OLE color: 14506850.

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

Color convert

RGB 98 91 221 -
CMYK 0.56 0.59 0 0.13
HSL 243.23º 0.66% 0.61% -
HSV(B) 243.23º 0.59% 0.87% -
XYZ 21.83 15.3 70.21 -
YUV 107.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 98 91 221 0.56 0.59 0 0.13 243.23 0.66 0.61
Hex 62 5B DD 38 3B 0 D F3 42 3D
Octal 142 133 335 70 73 0 15 363 102 75
Binary 1100010 1011011 11011101 111000 111011 0 1101 11110011 1000010 111101

Color Harmonies of #625BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625BDD

Black with #625BDD

Text Example


Text Example

White with #625BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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