#625CCD

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

Shades of Slate Blue #625CCD

Tints of Slate Blue #625CCD

Color information

#625CCD (or 0x625CCD) is unknown color: approx Slate Blue. HEX triplet: 62, 5C and CD. RGB value is (98,92,205). Sum of RGB (Red+Green+Blue) = 98+92+205=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #625CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CCD is #9DA332. Grayscale: #6A6A6A. Windows color (decimal): -10330931 or 13458530. OLE color: 13458530.

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

Color convert

RGB9892205-
CMYK0.520.5500.20
HSL243.19º53.05%58.24%-
HSV(B)243.19º55.12%80.39%-
XYZ19.8814.6659.54-
YUV106.68183.49121.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 205 (80.47% from 255) = 51.90%
R=24.81%
G=23.29%
B=51.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98922050.520.5500.20243.1953.0558.24
Hex625CCD3437014f3353a
Octal14213431564670243636572
Binary110001010111001100110111010011011101010011110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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