Html Css Color HEX #685986 Kimberly

📋 copy color: '#685986'

red 104 ◦ green 89 ◦ blue 134

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

Shades of Kimberly #685986

Tints of Kimberly #685986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 31.8%
G = 27.22%
B = 40.98%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#685986 (or 0x685986) is known color: Kimberly. HEX triplet: 68, 59 and 86. RGB value is (104,89,134). Sum of RGB (Red+Green+Blue) = 104+89+134=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #685986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685986 is #97A679. Grayscale: #626262. Windows color (decimal): -9938554 or 8804712. OLE color: 8804712.

HSL color Cylindrical-coordinate representation of color #685986: hue angle of 260º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #685986 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 89 134 -
CMYK 0.22 0.34 0 0.47
HSL 260º 0.2% 0.44% -
HSV(B) 260º 0.34% 0.53% -
XYZ 13.58 11.81 24.12 -
YUV 98.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 104 89 134 0.22 0.34 0 0.47 260 0.2 0.44
Hex 68 59 86 16 22 0 2F 104 14 2C
Octal 150 131 206 26 42 0 57 404 24 54
Binary 1101000 1011001 10000110 10110 100010 0 101111 100000100 10100 101100

Color Harmonies of #685986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685986

Black with #685986

Text Example


Text Example

White with #685986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685986; }

 p { color: rgb(104,89,134); }

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

background-color css

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

 a { background-color: rgb(104,89,134); }

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

border-color css

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

 span { border-color: rgb(104,89,134); }

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