Html Css Color HEX #685CCF Slate Blue

📋 copy color: '#685CCF'

red 104 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #685CCF

Tints of Slate Blue #685CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 25.81%
G = 22.83%
B = 51.36%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#685CCF (or 0x685CCF) is known color: Slate Blue. HEX triplet: 68, 5C and CF. RGB value is (104,92,207). Sum of RGB (Red+Green+Blue) = 104+92+207=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #685CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CCF is #97A330. Grayscale: #6C6C6C. Windows color (decimal): -9937713 or 13589608. OLE color: 13589608.

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

Color convert

RGB 104 92 207 -
CMYK 0.50 0.56 0 0.19
HSL 246.26º 0.55% 0.59% -
HSV(B) 246.26º 0.56% 0.81% -
XYZ 20.8 15.1 60.85 -
YUV 108.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 104 92 207 0.50 0.56 0 0.19 246.26 0.55 0.59
Hex 68 5C CF 32 38 0 13 F6 37 3B
Octal 150 134 317 62 70 0 23 366 67 73
Binary 1101000 1011100 11001111 110010 111000 0 10011 11110110 110111 111011

Color Harmonies of #685CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CCF

Black with #685CCF

Text Example


Text Example

White with #685CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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