Html Css Color HEX #684CEB Slate Blue

📋 copy color: '#684CEB'

red 104 ◦ green 76 ◦ blue 235

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

Shades of Slate Blue #684CEB

Tints of Slate Blue #684CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.63%

R = 25.06%
G = 18.31%
B = 56.63%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#684CEB (or 0x684CEB) is known color: Slate Blue. HEX triplet: 68, 4C and EB. RGB value is (104,76,235). Sum of RGB (Red+Green+Blue) = 104+76+235=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #684CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #684CEB is #97B314. Grayscale: #656565. Windows color (decimal): -9941781 or 15420520. OLE color: 15420520.

HSL color Cylindrical-coordinate representation of color #684CEB: hue angle of 250.57º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #684CEB is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 76 235 -
CMYK 0.56 0.68 0 0.08
HSL 250.57º 0.8% 0.61% -
HSV(B) 250.57º 0.68% 0.92% -
XYZ 23.29 14.11 80.09 -
YUV 102.5 202.78 129.07 -
System Red Green Blue C M Y K H S L
Decimal 104 76 235 0.56 0.68 0 0.08 250.57 0.8 0.61
Hex 68 4C EB 38 44 0 8 FB 50 3D
Octal 150 114 353 70 104 0 10 373 120 75
Binary 1101000 1001100 11101011 111000 1000100 0 1000 11111011 1010000 111101

Color Harmonies of #684CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CEB

Black with #684CEB

Text Example


Text Example

White with #684CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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