#685F7E

Color #685F7E Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #685F7E

Tints of Kimberly #685F7E

Color information

#685F7E (or 0x685F7E) is unknown color: approx Kimberly. HEX triplet: 68, 5F and 7E. RGB value is (104,95,126). Sum of RGB (Red+Green+Blue) = 104+95+126=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 126 - color contains mainly: blue. Hex color #685F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F7E is #97A081. Grayscale: #656565. Windows color (decimal): -9937026 or 8281960. OLE color: 8281960.

HSL color Cylindrical-coordinate representation of color #685F7E: hue angle of 257.42º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #685F7E is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10495126-
CMYK0.170.2500.51
HSL257.42º14.03%43.33%-
HSV(B)257.42º24.6%49.41%-
XYZ13.5712.6321.46-
YUV101.22141.98129.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=32%
G=29.23%
B=38.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104951260.170.2500.51257.4214.0343.33
Hex685F7E1119033101e2b
Octal15013717621310634011653
Binary110100010111111111110100011100101100111000000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,126); }

 H1.HeaderClassName
 {
   color: #685F7E;
 }
 .AnyTagClassName
 {
   color: #685F7E;
 }
</style>
background-color css

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

 a { background-color: rgb(104,95,126); }

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

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

 span { border-color: rgb(104,95,126); }

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