Html Css Color HEX #685B86 Kimberly

📋 copy color: '#685B86'

red 104 ◦ green 91 ◦ blue 134

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

Shades of Kimberly #685B86

Tints of Kimberly #685B86

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

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

R = 31.61%
G = 27.66%
B = 40.73%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#685B86 (or 0x685B86) is known color: Kimberly. HEX triplet: 68, 5B and 86. RGB value is (104,91,134). Sum of RGB (Red+Green+Blue) = 104+91+134=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #685B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685B86 is #97A479. Grayscale: #636363. Windows color (decimal): -9938042 or 8805224. OLE color: 8805224.

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

Color convert

RGB 104 91 134 -
CMYK 0.22 0.32 0 0.47
HSL 258.14º 0.19% 0.44% -
HSV(B) 258.14º 0.32% 0.53% -
XYZ 13.75 12.15 24.17 -
YUV 99.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 104 91 134 0.22 0.32 0 0.47 258.14 0.19 0.44
Hex 68 5B 86 16 20 0 2F 102 13 2C
Octal 150 133 206 26 40 0 57 402 23 54
Binary 1101000 1011011 10000110 10110 100000 0 101111 100000010 10011 101100

Color Harmonies of #685B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B86

Black with #685B86

Text Example


Text Example

White with #685B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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