#625DCB

Color #625DCB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #625DCB

Tints of Slate Blue #625DCB

Color information

#625DCB (or 0x625DCB) is unknown color: approx Slate Blue. HEX triplet: 62, 5D and CB. RGB value is (98,93,203). Sum of RGB (Red+Green+Blue) = 98+93+203=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #625DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DCB is #9DA234. Grayscale: #6A6A6A. Windows color (decimal): -10330677 or 13327714. OLE color: 13327714.

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

Color convert

RGB9893203-
CMYK0.520.5400.20
HSL242.73º51.4%58.04%-
HSV(B)242.73º54.19%79.61%-
XYZ19.7314.7458.3-
YUV107.04182.16121.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.87%
GREEN value IS 93 (36.72% from 255) = 23.60%
BLUE value IS 203 (79.69% from 255) = 51.52%
R=24.87%
G=23.60%
B=51.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98932030.520.5400.20242.7351.458.04
Hex625DCB3436014f3333a
Octal14213531364660243636372
Binary110001010111011100101111010011011001010011110011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,93,203); }

 H1.HeaderClassName
 {
   color: #625DCB;
 }
 .AnyTagClassName
 {
   color: #625DCB;
 }
</style>
background-color css

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

 a { background-color: rgb(98,93,203); }

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

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

 span { border-color: rgb(98,93,203); }

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