Html Css Color HEX #684AC2 Slate Blue

📋 copy color: '#684AC2'

red 104 ◦ green 74 ◦ blue 194

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

Shades of Slate Blue #684AC2

Tints of Slate Blue #684AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.15%

R = 27.96%
G = 19.89%
B = 52.15%

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

#684AC2 (or 0x684AC2) is known color: Slate Blue. HEX triplet: 68, 4A and C2. RGB value is (104,74,194). Sum of RGB (Red+Green+Blue) = 104+74+194=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #684AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684AC2 is #97B53D. Grayscale: #606060. Windows color (decimal): -9942334 or 12733032. OLE color: 12733032.

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

Color convert

RGB 104 74 194 -
CMYK 0.46 0.62 0 0.24
HSL 255º 0.5% 0.53% -
HSV(B) 255º 0.62% 0.76% -
XYZ 17.9 11.74 52.36 -
YUV 96.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 104 74 194 0.46 0.62 0 0.24 255 0.5 0.53
Hex 68 4A C2 2E 3E 0 18 FF 32 35
Octal 150 112 302 56 76 0 30 377 62 65
Binary 1101000 1001010 11000010 101110 111110 0 11000 11111111 110010 110101

Color Harmonies of #684AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684AC2

Black with #684AC2

Text Example


Text Example

White with #684AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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