#625CC8

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

Shades of Slate Blue #625CC8

Tints of Slate Blue #625CC8

Color information

#625CC8 (or 0x625CC8) is unknown color: approx Slate Blue. HEX triplet: 62, 5C and C8. RGB value is (98,92,200). Sum of RGB (Red+Green+Blue) = 98+92+200=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #625CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CC8 is #9DA337. Grayscale: #696969. Windows color (decimal): -10330936 or 13130850. OLE color: 13130850.

HSL color Cylindrical-coordinate representation of color #625CC8: hue angle of 243.33º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #625CC8 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9892200-
CMYK0.510.5400.22
HSL243.33º49.54%57.25%-
HSV(B)243.33º54%78.43%-
XYZ19.2914.4256.41-
YUV106.11180.99122.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.13%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 200 (78.52% from 255) = 51.28%
R=25.13%
G=23.59%
B=51.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal98922000.510.5400.22243.3349.5457.25
Hex625CC83336016f33239
Octal14213431063660263636271
Binary110001010111001100100011001111011001011011110011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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