Html Css Color HEX #615CDA Slate Blue

📋 copy color: '#615CDA'

red 97 ◦ green 92 ◦ blue 218

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

Shades of Slate Blue #615CDA

Tints of Slate Blue #615CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.6%

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 23.83%
G = 22.6%
B = 53.56%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#615CDA (or 0x615CDA) is known color: Slate Blue. HEX triplet: 61, 5C and DA. RGB value is (97,92,218). Sum of RGB (Red+Green+Blue) = 97+92+218=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #615CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CDA is #9EA325. Grayscale: #6B6B6B. Windows color (decimal): -10396454 or 14310497. OLE color: 14310497.

HSL color Cylindrical-coordinate representation of color #615CDA: hue angle of 242.38º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #615CDA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 92 218 -
CMYK 0.56 0.58 0 0.15
HSL 242.38º 0.63% 0.61% -
HSV(B) 242.38º 0.58% 0.85% -
XYZ 21.41 15.26 68.15 -
YUV 107.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 97 92 218 0.56 0.58 0 0.15 242.38 0.63 0.61
Hex 61 5C DA 38 3A 0 F F2 3F 3D
Octal 141 134 332 70 72 0 17 362 77 75
Binary 1100001 1011100 11011010 111000 111010 0 1111 11110010 111111 111101

Color Harmonies of #615CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CDA

Black with #615CDA

Text Example


Text Example

White with #615CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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