Html Css Color HEX #6140DF Slate Blue

📋 copy color: '#6140DF'

red 97 ◦ green 64 ◦ blue 223

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

Shades of Slate Blue #6140DF

Tints of Slate Blue #6140DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

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

R = 25.26%
G = 16.67%
B = 58.07%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6140DF (or 0x6140DF) is known color: Slate Blue. HEX triplet: 61, 40 and DF. RGB value is (97,64,223). Sum of RGB (Red+Green+Blue) = 97+64+223=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #6140DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6140DF is #9EBF20. Grayscale: #5B5B5B. Windows color (decimal): -10403617 or 14631009. OLE color: 14631009.

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

Color convert

RGB 97 64 223 -
CMYK 0.57 0.71 0 0.13
HSL 252.45º 0.71% 0.56% -
HSV(B) 252.45º 0.71% 0.87% -
XYZ 20.08 11.54 70.98 -
YUV 91.99 201.93 131.57 -
System Red Green Blue C M Y K H S L
Decimal 97 64 223 0.57 0.71 0 0.13 252.45 0.71 0.56
Hex 61 40 DF 39 47 0 D FC 47 38
Octal 141 100 337 71 107 0 15 374 107 70
Binary 1100001 1000000 11011111 111001 1000111 0 1101 11111100 1000111 111000

Color Harmonies of #6140DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6140DF

Black with #6140DF

Text Example


Text Example

White with #6140DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6140DF; }

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

 H1.HeaderClassName
 {
   color: #6140DF;
 }
 .AnyTagClassName
 {
   color: #6140DF;
 }
</style>

background-color css

<style>
 a { background-color: #6140DF; }

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

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

border-color css

<style>
 span { border-color: #6140DF; }

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

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