Html Css Color HEX #615FDF Slate Blue

📋 copy color: '#615FDF'

red 97 ◦ green 95 ◦ blue 223

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

Shades of Slate Blue #615FDF

Tints of Slate Blue #615FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 23.37%
G = 22.89%
B = 53.73%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#615FDF (or 0x615FDF) is known color: Slate Blue. HEX triplet: 61, 5F and DF. RGB value is (97,95,223). Sum of RGB (Red+Green+Blue) = 97+95+223=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #615FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FDF is #9EA020. Grayscale: #6D6D6D. Windows color (decimal): -10395681 or 14638945. OLE color: 14638945.

HSL color Cylindrical-coordinate representation of color #615FDF: hue angle of 240.94º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #615FDF is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 95 223 -
CMYK 0.57 0.57 0 0.13
HSL 240.94º 0.67% 0.62% -
HSV(B) 240.94º 0.57% 0.87% -
XYZ 22.34 16.05 71.73 -
YUV 110.19 191.66 118.59 -
System Red Green Blue C M Y K H S L
Decimal 97 95 223 0.57 0.57 0 0.13 240.94 0.67 0.62
Hex 61 5F DF 39 39 0 D F1 43 3E
Octal 141 137 337 71 71 0 15 361 103 76
Binary 1100001 1011111 11011111 111001 111001 0 1101 11110001 1000011 111110

Color Harmonies of #615FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615FDF

Black with #615FDF

Text Example


Text Example

White with #615FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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