Html Css Color HEX #684CDA Slate Blue

📋 copy color: '#684CDA'

red 104 ◦ green 76 ◦ blue 218

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

Shades of Slate Blue #684CDA

Tints of Slate Blue #684CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 26.13%
G = 19.1%
B = 54.77%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#684CDA (or 0x684CDA) is known color: Slate Blue. HEX triplet: 68, 4C and DA. RGB value is (104,76,218). Sum of RGB (Red+Green+Blue) = 104+76+218=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #684CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CDA is #97B325. Grayscale: #646464. Windows color (decimal): -9941798 or 14306408. OLE color: 14306408.

HSL color Cylindrical-coordinate representation of color #684CDA: hue angle of 251.83º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684CDA is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 76 218 -
CMYK 0.52 0.65 0 0.15
HSL 251.83º 0.66% 0.58% -
HSV(B) 251.83º 0.65% 0.85% -
XYZ 20.95 13.17 67.77 -
YUV 100.56 194.28 130.45 -
System Red Green Blue C M Y K H S L
Decimal 104 76 218 0.52 0.65 0 0.15 251.83 0.66 0.58
Hex 68 4C DA 34 41 0 F FC 42 3A
Octal 150 114 332 64 101 0 17 374 102 72
Binary 1101000 1001100 11011010 110100 1000001 0 1111 11111100 1000010 111010

Color Harmonies of #684CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CDA

Black with #684CDA

Text Example


Text Example

White with #684CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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