Html Css Color HEX #684FC0 Slate Blue

📋 copy color: '#684FC0'

red 104 ◦ green 79 ◦ blue 192

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

Shades of Slate Blue #684FC0

Tints of Slate Blue #684FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.07%

 BLUE value IS 192 (75.39% from 255) = 51.2%

R = 27.73%
G = 21.07%
B = 51.2%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#684FC0 (or 0x684FC0) is known color: Slate Blue. HEX triplet: 68, 4F and C0. RGB value is (104,79,192). Sum of RGB (Red+Green+Blue) = 104+79+192=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #684FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684FC0 is #97B03F. Grayscale: #626262. Windows color (decimal): -9941056 or 12603240. OLE color: 12603240.

HSL color Cylindrical-coordinate representation of color #684FC0: hue angle of 253.27º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #684FC0 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 79 192 -
CMYK 0.46 0.59 0 0.25
HSL 253.27º 0.47% 0.53% -
HSV(B) 253.27º 0.59% 0.75% -
XYZ 18.02 12.34 51.3 -
YUV 99.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 104 79 192 0.46 0.59 0 0.25 253.27 0.47 0.53
Hex 68 4F C0 2E 3B 0 19 FD 2F 35
Octal 150 117 300 56 73 0 31 375 57 65
Binary 1101000 1001111 11000000 101110 111011 0 11001 11111101 101111 110101

Color Harmonies of #684FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684FC0

Black with #684FC0

Text Example


Text Example

White with #684FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,79,192); }

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

background-color css

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

 a { background-color: rgb(104,79,192); }

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

border-color css

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

 span { border-color: rgb(104,79,192); }

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