Html Css Color HEX #684AC1 Slate Blue

📋 copy color: '#684AC1'

red 104 ◦ green 74 ◦ blue 193

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

Shades of Slate Blue #684AC1

Tints of Slate Blue #684AC1

RGB

 RED value IS 104 (41.02% from 255) = 28.03%

 GREEN value IS 74 (29.3% from 255) = 19.95%

 BLUE value IS 193 (75.78% from 255) = 52.02%

R = 28.03%
G = 19.95%
B = 52.02%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#684AC1 (or 0x684AC1) is known color: Slate Blue. HEX triplet: 68, 4A and C1. RGB value is (104,74,193). Sum of RGB (Red+Green+Blue) = 104+74+193=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #684AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684AC1 is #97B53E. Grayscale: #606060. Windows color (decimal): -9942335 or 12667496. OLE color: 12667496.

HSL color Cylindrical-coordinate representation of color #684AC1: hue angle of 255.13º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #684AC1 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 74 193 -
CMYK 0.46 0.62 0 0.24
HSL 255.13º 0.49% 0.52% -
HSV(B) 255.13º 0.62% 0.76% -
XYZ 17.78 11.69 51.77 -
YUV 96.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 104 74 193 0.46 0.62 0 0.24 255.13 0.49 0.52
Hex 68 4A C1 2E 3E 0 18 FF 31 34
Octal 150 112 301 56 76 0 30 377 61 64
Binary 1101000 1001010 11000001 101110 111110 0 11000 11111111 110001 110100

Color Harmonies of #684AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684AC1

Black with #684AC1

Text Example


Text Example

White with #684AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684AC1; }

 p { color: rgb(104,74,193); }

 H1.HeaderClassName
 {
   color: #684AC1;
 }
 .AnyTagClassName
 {
   color: #684AC1;
 }
</style>

background-color css

<style>
 a { background-color: #684AC1; }

 a { background-color: rgb(104,74,193); }

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

border-color css

<style>
 span { border-color: #684AC1; }

 span { border-color: rgb(104,74,193); }

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