Html Css Color HEX #685CCC Slate Blue

📋 copy color: '#685CCC'

red 104 ◦ green 92 ◦ blue 204

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

Shades of Slate Blue #685CCC

Tints of Slate Blue #685CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51%

R = 26%
G = 23%
B = 51%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#685CCC (or 0x685CCC) is known color: Slate Blue. HEX triplet: 68, 5C and CC. RGB value is (104,92,204). Sum of RGB (Red+Green+Blue) = 104+92+204=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #685CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CCC is #97A333. Grayscale: #6B6B6B. Windows color (decimal): -9937716 or 13393000. OLE color: 13393000.

HSL color Cylindrical-coordinate representation of color #685CCC: hue angle of 246.43º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685CCC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 92 204 -
CMYK 0.49 0.55 0 0.2
HSL 246.43º 0.52% 0.58% -
HSV(B) 246.43º 0.55% 0.8% -
XYZ 20.44 14.96 58.94 -
YUV 108.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 104 92 204 0.49 0.55 0 0.2 246.43 0.52 0.58
Hex 68 5C CC 31 37 0 14 F6 34 3A
Octal 150 134 314 61 67 0 24 366 64 72
Binary 1101000 1011100 11001100 110001 110111 0 10100 11110110 110100 111010

Color Harmonies of #685CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CCC

Black with #685CCC

Text Example


Text Example

White with #685CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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