Html Css Color HEX #685CCE Slate Blue

📋 copy color: '#685CCE'

red 104 ◦ green 92 ◦ blue 206

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

Shades of Slate Blue #685CCE

Tints of Slate Blue #685CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 25.87%
G = 22.89%
B = 51.24%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#685CCE (or 0x685CCE) is known color: Slate Blue. HEX triplet: 68, 5C and CE. RGB value is (104,92,206). Sum of RGB (Red+Green+Blue) = 104+92+206=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #685CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CCE is #97A331. Grayscale: #6C6C6C. Windows color (decimal): -9937714 or 13524072. OLE color: 13524072.

HSL color Cylindrical-coordinate representation of color #685CCE: hue angle of 246.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685CCE is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 92 206 -
CMYK 0.50 0.55 0 0.19
HSL 246.32º 0.54% 0.58% -
HSV(B) 246.32º 0.55% 0.81% -
XYZ 20.68 15.05 60.21 -
YUV 108.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 104 92 206 0.50 0.55 0 0.19 246.32 0.54 0.58
Hex 68 5C CE 32 37 0 13 F6 36 3A
Octal 150 134 316 62 67 0 23 366 66 72
Binary 1101000 1011100 11001110 110010 110111 0 10011 11110110 110110 111010

Color Harmonies of #685CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CCE

Black with #685CCE

Text Example


Text Example

White with #685CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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