Html Css Color HEX #684DCE Slate Blue

📋 copy color: '#684DCE'

red 104 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #684DCE

Tints of Slate Blue #684DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 26.87%
G = 19.9%
B = 53.23%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#684DCE (or 0x684DCE) is known color: Slate Blue. HEX triplet: 68, 4D and CE. RGB value is (104,77,206). Sum of RGB (Red+Green+Blue) = 104+77+206=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #684DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DCE is #97B231. Grayscale: #636363. Windows color (decimal): -9941554 or 13520232. OLE color: 13520232.

HSL color Cylindrical-coordinate representation of color #684DCE: hue angle of 252.56º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #684DCE is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 77 206 -
CMYK 0.50 0.63 0 0.19
HSL 252.56º 0.57% 0.55% -
HSV(B) 252.56º 0.63% 0.81% -
XYZ 19.5 12.71 59.82 -
YUV 99.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 104 77 206 0.50 0.63 0 0.19 252.56 0.57 0.55
Hex 68 4D CE 32 3F 0 13 FD 39 37
Octal 150 115 316 62 77 0 23 375 71 67
Binary 1101000 1001101 11001110 110010 111111 0 10011 11111101 111001 110111

Color Harmonies of #684DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684DCE

Black with #684DCE

Text Example


Text Example

White with #684DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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