Html Css Color HEX #685B7D Kimberly

📋 copy color: '#685B7D'

red 104 ◦ green 91 ◦ blue 125

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

Shades of Kimberly #685B7D

Tints of Kimberly #685B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 32.5%
G = 28.44%
B = 39.06%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#685B7D (or 0x685B7D) is known color: Kimberly. HEX triplet: 68, 5B and 7D. RGB value is (104,91,125). Sum of RGB (Red+Green+Blue) = 104+91+125=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #685B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B7D is #97A482. Grayscale: #626262. Windows color (decimal): -9938051 or 8215400. OLE color: 8215400.

HSL color Cylindrical-coordinate representation of color #685B7D: hue angle of 262.94º degrees, saturation: 0.16, 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 #685B7D is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 91 125 -
CMYK 0.17 0.27 0 0.51
HSL 262.94º 0.16% 0.42% -
HSV(B) 262.94º 0.27% 0.49% -
XYZ 13.15 11.91 21.01 -
YUV 98.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 104 91 125 0.17 0.27 0 0.51 262.94 0.16 0.42
Hex 68 5B 7D 11 1B 0 33 107 10 2A
Octal 150 133 175 21 33 0 63 407 20 52
Binary 1101000 1011011 1111101 10001 11011 0 110011 100000111 10000 101010

Color Harmonies of #685B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B7D

Black with #685B7D

Text Example


Text Example

White with #685B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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