Html Css Color HEX #684CDC Slate Blue

📋 copy color: '#684CDC'

red 104 ◦ green 76 ◦ blue 220

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

Shades of Slate Blue #684CDC

Tints of Slate Blue #684CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 26%
G = 19%
B = 55%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#684CDC (or 0x684CDC) is known color: Slate Blue. HEX triplet: 68, 4C and DC. RGB value is (104,76,220). Sum of RGB (Red+Green+Blue) = 104+76+220=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #684CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CDC is #97B323. Grayscale: #646464. Windows color (decimal): -9941796 or 14437480. OLE color: 14437480.

HSL color Cylindrical-coordinate representation of color #684CDC: hue angle of 251.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684CDC is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 76 220 -
CMYK 0.53 0.65 0 0.14
HSL 251.67º 0.67% 0.58% -
HSV(B) 251.67º 0.65% 0.86% -
XYZ 21.21 13.28 69.16 -
YUV 100.79 195.28 130.29 -
System Red Green Blue C M Y K H S L
Decimal 104 76 220 0.53 0.65 0 0.14 251.67 0.67 0.58
Hex 68 4C DC 35 41 0 E FC 43 3A
Octal 150 114 334 65 101 0 16 374 103 72
Binary 1101000 1001100 11011100 110101 1000001 0 1110 11111100 1000011 111010

Color Harmonies of #684CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CDC

Black with #684CDC

Text Example


Text Example

White with #684CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,76,220); }

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

background-color css

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

 a { background-color: rgb(104,76,220); }

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

border-color css

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

 span { border-color: rgb(104,76,220); }

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