Html Css Color HEX #684BCE Slate Blue

📋 copy color: '#684BCE'

red 104 ◦ green 75 ◦ blue 206

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

Shades of Slate Blue #684BCE

Tints of Slate Blue #684BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.48%

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

R = 27.01%
G = 19.48%
B = 53.51%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#684BCE (or 0x684BCE) is known color: Slate Blue. HEX triplet: 68, 4B and CE. RGB value is (104,75,206). Sum of RGB (Red+Green+Blue) = 104+75+206=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #684BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684BCE is #97B431. Grayscale: #626262. Windows color (decimal): -9942066 or 13519720. OLE color: 13519720.

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

Color convert

RGB 104 75 206 -
CMYK 0.50 0.64 0 0.19
HSL 253.28º 0.57% 0.55% -
HSV(B) 253.28º 0.64% 0.81% -
XYZ 19.37 12.43 59.77 -
YUV 98.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 104 75 206 0.50 0.64 0 0.19 253.28 0.57 0.55
Hex 68 4B CE 32 40 0 13 FD 39 37
Octal 150 113 316 62 100 0 23 375 71 67
Binary 1101000 1001011 11001110 110010 1000000 0 10011 11111101 111001 110111

Color Harmonies of #684BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684BCE

Black with #684BCE

Text Example


Text Example

White with #684BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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