Html Css Color HEX #684BE8 Slate Blue

📋 copy color: '#684BE8'

red 104 ◦ green 75 ◦ blue 232

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

Shades of Slate Blue #684BE8

Tints of Slate Blue #684BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 56.45%

R = 25.3%
G = 18.25%
B = 56.45%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#684BE8 (or 0x684BE8) is known color: Slate Blue. HEX triplet: 68, 4B and E8. RGB value is (104,75,232). Sum of RGB (Red+Green+Blue) = 104+75+232=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 232 (91.02% from 255 or 56.45% from 411); Max value from RGB is 232 - color contains mainly: blue. Hex color #684BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #684BE8 is #97B417. Grayscale: #646464. Windows color (decimal): -9942040 or 15223656. OLE color: 15223656.

HSL color Cylindrical-coordinate representation of color #684BE8: hue angle of 251.08º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #684BE8 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 75 232 -
CMYK 0.55 0.68 0 0.09
HSL 251.08º 0.77% 0.6% -
HSV(B) 251.08º 0.68% 0.91% -
XYZ 22.79 13.8 77.81 -
YUV 101.57 201.61 129.73 -
System Red Green Blue C M Y K H S L
Decimal 104 75 232 0.55 0.68 0 0.09 251.08 0.77 0.6
Hex 68 4B E8 37 44 0 9 FB 4D 3C
Octal 150 113 350 67 104 0 11 373 115 74
Binary 1101000 1001011 11101000 110111 1000100 0 1001 11111011 1001101 111100

Color Harmonies of #684BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684BE8

Black with #684BE8

Text Example


Text Example

White with #684BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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