Html Css Color HEX #685F7D Kimberly

📋 copy color: '#685F7D'

red 104 ◦ green 95 ◦ blue 125

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

Shades of Kimberly #685F7D

Tints of Kimberly #685F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.32%

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

R = 32.1%
G = 29.32%
B = 38.58%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#685F7D (or 0x685F7D) is known color: Kimberly. HEX triplet: 68, 5F and 7D. RGB value is (104,95,125). Sum of RGB (Red+Green+Blue) = 104+95+125=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #685F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F7D is #97A082. Grayscale: #656565. Windows color (decimal): -9937027 or 8216424. OLE color: 8216424.

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

Color convert

RGB 104 95 125 -
CMYK 0.17 0.24 0 0.51
HSL 258º 0.14% 0.43% -
HSV(B) 258º 0.24% 0.49% -
XYZ 13.5 12.61 21.12 -
YUV 101.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 104 95 125 0.17 0.24 0 0.51 258 0.14 0.43
Hex 68 5F 7D 11 18 0 33 102 E 2B
Octal 150 137 175 21 30 0 63 402 16 53
Binary 1101000 1011111 1111101 10001 11000 0 110011 100000010 1110 101011

Color Harmonies of #685F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F7D

Black with #685F7D

Text Example


Text Example

White with #685F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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