Html Css Color HEX #684DCC Slate Blue

📋 copy color: '#684DCC'

red 104 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #684DCC

Tints of Slate Blue #684DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20%

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 27.01%
G = 20%
B = 52.99%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#684DCC (or 0x684DCC) is known color: Slate Blue. HEX triplet: 68, 4D and CC. RGB value is (104,77,204). Sum of RGB (Red+Green+Blue) = 104+77+204=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #684DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DCC is #97B233. Grayscale: #636363. Windows color (decimal): -9941556 or 13389160. OLE color: 13389160.

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

Color convert

RGB 104 77 204 -
CMYK 0.49 0.62 0 0.2
HSL 252.76º 0.55% 0.55% -
HSV(B) 252.76º 0.62% 0.8% -
XYZ 19.26 12.61 58.55 -
YUV 99.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 104 77 204 0.49 0.62 0 0.2 252.76 0.55 0.55
Hex 68 4D CC 31 3E 0 14 FD 37 37
Octal 150 115 314 61 76 0 24 375 67 67
Binary 1101000 1001101 11001100 110001 111110 0 10100 11111101 110111 110111

Color Harmonies of #684DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684DCC

Black with #684DCC

Text Example


Text Example

White with #684DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,77,204); }

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

background-color css

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

 a { background-color: rgb(104,77,204); }

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

border-color css

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

 span { border-color: rgb(104,77,204); }

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