#625CC3

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

Shades of Slate Blue #625CC3

Tints of Slate Blue #625CC3

Color information

#625CC3 (or 0x625CC3) is unknown color: approx Slate Blue. HEX triplet: 62, 5C and C3. RGB value is (98,92,195). Sum of RGB (Red+Green+Blue) = 98+92+195=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #625CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CC3 is #9DA33C. Grayscale: #696969. Windows color (decimal): -10330941 or 12803170. OLE color: 12803170.

HSL color Cylindrical-coordinate representation of color #625CC3: hue angle of 243.5º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #625CC3 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9892195-
CMYK0.500.5300.24
HSL243.5º46.19%56.27%-
HSV(B)243.5º52.82%76.47%-
XYZ18.7114.1953.38-
YUV105.54178.49122.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 195 (76.56% from 255) = 50.65%
R=25.45%
G=23.90%
B=50.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal98921950.500.5300.24243.546.1956.27
Hex625CC33235018f32e38
Octal14213430362650303635670
Binary110001010111001100001111001011010101100011110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,92,195); }

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

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

 a { background-color: rgb(98,92,195); }

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

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

 span { border-color: rgb(98,92,195); }

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