#615CCD

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

Shades of Slate Blue #615CCD

Tints of Slate Blue #615CCD

Color information

#615CCD (or 0x615CCD) is unknown color: approx Slate Blue. HEX triplet: 61, 5C and CD. RGB value is (97,92,205). Sum of RGB (Red+Green+Blue) = 97+92+205=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #615CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CCD is #9EA332. Grayscale: #696969. Windows color (decimal): -10396467 or 13458529. OLE color: 13458529.

HSL color Cylindrical-coordinate representation of color #615CCD: hue angle of 242.65º 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 #615CCD is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9792205-
CMYK0.530.5500.20
HSL242.65º53.05%58.24%-
HSV(B)242.65º55.12%80.39%-
XYZ19.7814.659.53-
YUV106.38183.66121.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 205 (80.47% from 255) = 52.03%
R=24.62%
G=23.35%
B=52.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97922050.530.5500.20242.6553.0558.24
Hex615CCD3537014f3353a
Octal14113431565670243636572
Binary110000110111001100110111010111011101010011110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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