Html Css Color HEX #685B87 Kimberly

📋 copy color: '#685B87'

red 104 ◦ green 91 ◦ blue 135

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

Shades of Kimberly #685B87

Tints of Kimberly #685B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.91%

R = 31.52%
G = 27.58%
B = 40.91%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#685B87 (or 0x685B87) is known color: Kimberly. HEX triplet: 68, 5B and 87. RGB value is (104,91,135). Sum of RGB (Red+Green+Blue) = 104+91+135=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #685B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685B87 is #97A478. Grayscale: #636363. Windows color (decimal): -9938041 or 8870760. OLE color: 8870760.

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

Color convert

RGB 104 91 135 -
CMYK 0.23 0.33 0 0.47
HSL 257.73º 0.19% 0.44% -
HSV(B) 257.73º 0.33% 0.53% -
XYZ 13.82 12.17 24.54 -
YUV 99.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 104 91 135 0.23 0.33 0 0.47 257.73 0.19 0.44
Hex 68 5B 87 17 21 0 2F 102 13 2C
Octal 150 133 207 27 41 0 57 402 23 54
Binary 1101000 1011011 10000111 10111 100001 0 101111 100000010 10011 101100

Color Harmonies of #685B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B87

Black with #685B87

Text Example


Text Example

White with #685B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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