#625DDC

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

Shades of Slate Blue #625DDC

Tints of Slate Blue #625DDC

Color information

#625DDC (or 0x625DDC) is unknown color: approx Slate Blue. HEX triplet: 62, 5D and DC. RGB value is (98,93,220). Sum of RGB (Red+Green+Blue) = 98+93+220=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #625DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DDC is #9DA223. Grayscale: #6C6C6C. Windows color (decimal): -10330660 or 14441826. OLE color: 14441826.

HSL color Cylindrical-coordinate representation of color #625DDC: hue angle of 242.36º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #625DDC is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9893220-
CMYK0.550.5800.14
HSL242.36º64.47%61.37%-
HSV(B)242.36º57.73%86.27%-
XYZ21.8715.5969.57-
YUV108.97190.66120.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.84%
GREEN value IS 93 (36.72% from 255) = 22.63%
BLUE value IS 220 (86.33% from 255) = 53.53%
R=23.84%
G=22.63%
B=53.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal98932200.550.5800.14242.3664.4761.37
Hex625DDC373A0Ef2403d
Octal142135334677201636210075
Binary110001010111011101110011011111101001110111100101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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