Html Css Color HEX #684CCC Slate Blue

📋 copy color: '#684CCC'

red 104 ◦ green 76 ◦ blue 204

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

Shades of Slate Blue #684CCC

Tints of Slate Blue #684CCC

RGB

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

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

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

R = 27.08%
G = 19.79%
B = 53.13%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#684CCC (or 0x684CCC) is known color: Slate Blue. HEX triplet: 68, 4C and CC. RGB value is (104,76,204). Sum of RGB (Red+Green+Blue) = 104+76+204=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #684CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CCC is #97B333. Grayscale: #626262. Windows color (decimal): -9941812 or 13388904. OLE color: 13388904.

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

Color convert

RGB 104 76 204 -
CMYK 0.49 0.63 0 0.2
HSL 253.13º 0.56% 0.55% -
HSV(B) 253.13º 0.63% 0.8% -
XYZ 19.19 12.47 58.52 -
YUV 98.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 104 76 204 0.49 0.63 0 0.2 253.13 0.56 0.55
Hex 68 4C CC 31 3F 0 14 FD 38 37
Octal 150 114 314 61 77 0 24 375 70 67
Binary 1101000 1001100 11001100 110001 111111 0 10100 11111101 111000 110111

Color Harmonies of #684CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CCC

Black with #684CCC

Text Example


Text Example

White with #684CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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