Html Css Color HEX #685B7C Kimberly

📋 copy color: '#685B7C'

red 104 ◦ green 91 ◦ blue 124

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

Shades of Kimberly #685B7C

Tints of Kimberly #685B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 32.6%
G = 28.53%
B = 38.87%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#685B7C (or 0x685B7C) is known color: Kimberly. HEX triplet: 68, 5B and 7C. RGB value is (104,91,124). Sum of RGB (Red+Green+Blue) = 104+91+124=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #685B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B7C is #97A483. Grayscale: #626262. Windows color (decimal): -9938052 or 8149864. OLE color: 8149864.

HSL color Cylindrical-coordinate representation of color #685B7C: hue angle of 263.64º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #685B7C is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 91 124 -
CMYK 0.16 0.27 0 0.51
HSL 263.64º 0.15% 0.42% -
HSV(B) 263.64º 0.27% 0.49% -
XYZ 13.09 11.88 20.67 -
YUV 98.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 104 91 124 0.16 0.27 0 0.51 263.64 0.15 0.42
Hex 68 5B 7C 10 1B 0 33 108 F 2A
Octal 150 133 174 20 33 0 63 410 17 52
Binary 1101000 1011011 1111100 10000 11011 0 110011 100001000 1111 101010

Color Harmonies of #685B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B7C

Black with #685B7C

Text Example


Text Example

White with #685B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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