Html Css Color HEX #685CE5 Slate Blue

📋 copy color: '#685CE5'

red 104 ◦ green 92 ◦ blue 229

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

Shades of Slate Blue #685CE5

Tints of Slate Blue #685CE5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.65%

 BLUE value IS 229 (89.84% from 255) = 53.88%

R = 24.47%
G = 21.65%
B = 53.88%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#685CE5 (or 0x685CE5) is known color: Slate Blue. HEX triplet: 68, 5C and E5. RGB value is (104,92,229). Sum of RGB (Red+Green+Blue) = 104+92+229=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #685CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CE5 is #97A31A. Grayscale: #6E6E6E. Windows color (decimal): -9937691 or 15031400. OLE color: 15031400.

HSL color Cylindrical-coordinate representation of color #685CE5: hue angle of 245.26º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #685CE5 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 92 229 -
CMYK 0.55 0.60 0 0.10
HSL 245.26º 0.72% 0.63% -
HSV(B) 245.26º 0.6% 0.9% -
XYZ 23.68 16.25 76.02 -
YUV 111.21 194.48 122.86 -
System Red Green Blue C M Y K H S L
Decimal 104 92 229 0.55 0.60 0 0.10 245.26 0.72 0.63
Hex 68 5C E5 37 3C 0 A F5 48 3F
Octal 150 134 345 67 74 0 12 365 110 77
Binary 1101000 1011100 11100101 110111 111100 0 1010 11110101 1001000 111111

Color Harmonies of #685CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CE5

Black with #685CE5

Text Example


Text Example

White with #685CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685CE5; }

 p { color: rgb(104,92,229); }

 H1.HeaderClassName
 {
   color: #685CE5;
 }
 .AnyTagClassName
 {
   color: #685CE5;
 }
</style>

background-color css

<style>
 a { background-color: #685CE5; }

 a { background-color: rgb(104,92,229); }

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

border-color css

<style>
 span { border-color: #685CE5; }

 span { border-color: rgb(104,92,229); }

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