Html Css Color HEX #615FCD Slate Blue

📋 copy color: '#615FCD'

red 97 ◦ green 95 ◦ blue 205

#615FCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #615FCD

Tints of Slate Blue #615FCD

RGB

 RED value IS 97 (38.28% from 255) = 24.43%

 GREEN value IS 95 (37.5% from 255) = 23.93%

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 24.43%
G = 23.93%
B = 51.64%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#615FCD (or 0x615FCD) is known color: Slate Blue. HEX triplet: 61, 5F and CD. RGB value is (97,95,205). Sum of RGB (Red+Green+Blue) = 97+95+205=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #615FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FCD is #9EA032. Grayscale: #6B6B6B. Windows color (decimal): -10395699 or 13459297. OLE color: 13459297.

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

Color convert

RGB 97 95 205 -
CMYK 0.53 0.54 0 0.20
HSL 241.09º 0.52% 0.59% -
HSV(B) 241.09º 0.54% 0.8% -
XYZ 20.04 15.13 59.62 -
YUV 108.14 182.66 120.06 -
System Red Green Blue C M Y K H S L
Decimal 97 95 205 0.53 0.54 0 0.20 241.09 0.52 0.59
Hex 61 5F CD 35 36 0 14 F1 34 3B
Octal 141 137 315 65 66 0 24 361 64 73
Binary 1100001 1011111 11001101 110101 110110 0 10100 11110001 110100 111011

Color Harmonies of #615FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615FCD

Black with #615FCD

Text Example


Text Example

White with #615FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #615FCD;
 }
 .AnyTagClassName
 {
   color: #615FCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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