Html Css Color HEX #615FDA Slate Blue

📋 copy color: '#615FDA'

red 97 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #615FDA

Tints of Slate Blue #615FDA

RGB

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

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

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

R = 23.66%
G = 23.17%
B = 53.17%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#615FDA (or 0x615FDA) is known color: Slate Blue. HEX triplet: 61, 5F and DA. RGB value is (97,95,218). Sum of RGB (Red+Green+Blue) = 97+95+218=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #615FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FDA is #9EA025. Grayscale: #6D6D6D. Windows color (decimal): -10395686 or 14311265. OLE color: 14311265.

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

Color convert

RGB 97 95 218 -
CMYK 0.56 0.56 0 0.15
HSL 240.98º 0.62% 0.61% -
HSV(B) 240.98º 0.56% 0.85% -
XYZ 21.68 15.79 68.23 -
YUV 109.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 97 95 218 0.56 0.56 0 0.15 240.98 0.62 0.61
Hex 61 5F DA 38 38 0 F F1 3E 3D
Octal 141 137 332 70 70 0 17 361 76 75
Binary 1100001 1011111 11011010 111000 111000 0 1111 11110001 111110 111101

Color Harmonies of #615FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615FDA

Black with #615FDA

Text Example


Text Example

White with #615FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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