Html Css Color HEX #684BCD Slate Blue

📋 copy color: '#684BCD'

red 104 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #684BCD

Tints of Slate Blue #684BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 27.08%
G = 19.53%
B = 53.39%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#684BCD (or 0x684BCD) is known color: Slate Blue. HEX triplet: 68, 4B and CD. RGB value is (104,75,205). Sum of RGB (Red+Green+Blue) = 104+75+205=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #684BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684BCD is #97B432. Grayscale: #626262. Windows color (decimal): -9942067 or 13454184. OLE color: 13454184.

HSL color Cylindrical-coordinate representation of color #684BCD: hue angle of 253.38º degrees, saturation: 0.57, 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 #684BCD is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 75 205 -
CMYK 0.49 0.63 0 0.20
HSL 253.38º 0.57% 0.55% -
HSV(B) 253.38º 0.63% 0.8% -
XYZ 19.24 12.38 59.13 -
YUV 98.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 104 75 205 0.49 0.63 0 0.20 253.38 0.57 0.55
Hex 68 4B CD 31 3F 0 14 FD 39 37
Octal 150 113 315 61 77 0 24 375 71 67
Binary 1101000 1001011 11001101 110001 111111 0 10100 11111101 111001 110111

Color Harmonies of #684BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684BCD

Black with #684BCD

Text Example


Text Example

White with #684BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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