#625DCC

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

Shades of Slate Blue #625DCC

Tints of Slate Blue #625DCC

Color information

#625DCC (or 0x625DCC) is unknown color: approx Slate Blue. HEX triplet: 62, 5D and CC. RGB value is (98,93,204). Sum of RGB (Red+Green+Blue) = 98+93+204=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #625DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DCC is #9DA233. Grayscale: #6A6A6A. Windows color (decimal): -10330676 or 13393250. OLE color: 13393250.

HSL color Cylindrical-coordinate representation of color #625DCC: hue angle of 242.7º degrees, saturation: 0.52, 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 #625DCC is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9893204-
CMYK0.520.5400.2
HSL242.7º52.11%58.24%-
HSV(B)242.7º54.41%80%-
XYZ19.8514.7958.93-
YUV107.15182.66121.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 204 (80.08% from 255) = 51.65%
R=24.81%
G=23.54%
B=51.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal98932040.520.5400.2242.752.1158.24
Hex625DCC3436014f3343a
Octal14213531464660243636472
Binary110001010111011100110011010011011001010011110011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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