Html Css Color HEX #625BDE Slate Blue

📋 copy color: '#625BDE'

red 98 ◦ green 91 ◦ blue 222

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

Shades of Slate Blue #625BDE

Tints of Slate Blue #625BDE

RGB

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

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

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

R = 23.84%
G = 22.14%
B = 54.01%

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

#625BDE (or 0x625BDE) is known color: Slate Blue. HEX triplet: 62, 5B and DE. RGB value is (98,91,222). Sum of RGB (Red+Green+Blue) = 98+91+222=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #625BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BDE is #9DA421. Grayscale: #6B6B6B. Windows color (decimal): -10331170 or 14572386. OLE color: 14572386.

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

Color convert

RGB 98 91 222 -
CMYK 0.56 0.59 0 0.13
HSL 243.21º 0.66% 0.61% -
HSV(B) 243.21º 0.59% 0.87% -
XYZ 21.96 15.35 70.91 -
YUV 108.03 192.32 120.85 -
System Red Green Blue C M Y K H S L
Decimal 98 91 222 0.56 0.59 0 0.13 243.21 0.66 0.61
Hex 62 5B DE 38 3B 0 D F3 42 3D
Octal 142 133 336 70 73 0 15 363 102 75
Binary 1100010 1011011 11011110 111000 111011 0 1101 11110011 1000010 111101

Color Harmonies of #625BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625BDE

Black with #625BDE

Text Example


Text Example

White with #625BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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