Html Css Color HEX #684ACD Slate Blue

📋 copy color: '#684ACD'

red 104 ◦ green 74 ◦ blue 205

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

Shades of Slate Blue #684ACD

Tints of Slate Blue #684ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 27.15%
G = 19.32%
B = 53.52%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#684ACD (or 0x684ACD) is known color: Slate Blue. HEX triplet: 68, 4A and CD. RGB value is (104,74,205). Sum of RGB (Red+Green+Blue) = 104+74+205=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #684ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684ACD is #97B532. Grayscale: #616161. Windows color (decimal): -9942323 or 13453928. OLE color: 13453928.

HSL color Cylindrical-coordinate representation of color #684ACD: hue angle of 253.74º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684ACD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 74 205 -
CMYK 0.49 0.64 0 0.20
HSL 253.74º 0.57% 0.55% -
HSV(B) 253.74º 0.64% 0.8% -
XYZ 19.18 12.25 59.11 -
YUV 97.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 104 74 205 0.49 0.64 0 0.20 253.74 0.57 0.55
Hex 68 4A CD 31 40 0 14 FE 39 37
Octal 150 112 315 61 100 0 24 376 71 67
Binary 1101000 1001010 11001101 110001 1000000 0 10100 11111110 111001 110111

Color Harmonies of #684ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684ACD

Black with #684ACD

Text Example


Text Example

White with #684ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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