Html Css Color HEX #685C7B Kimberly

📋 copy color: '#685C7B'

red 104 ◦ green 92 ◦ blue 123

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

Shades of Kimberly #685C7B

Tints of Kimberly #685C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 32.6%
G = 28.84%
B = 38.56%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#685C7B (or 0x685C7B) is known color: Kimberly. HEX triplet: 68, 5C and 7B. RGB value is (104,92,123). Sum of RGB (Red+Green+Blue) = 104+92+123=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #685C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C7B is #97A384. Grayscale: #636363. Windows color (decimal): -9937797 or 8084584. OLE color: 8084584.

HSL color Cylindrical-coordinate representation of color #685C7B: hue angle of 263.23º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #685C7B is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 92 123 -
CMYK 0.15 0.25 0 0.52
HSL 263.23º 0.14% 0.42% -
HSV(B) 263.23º 0.25% 0.48% -
XYZ 13.11 12.03 20.37 -
YUV 99.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 104 92 123 0.15 0.25 0 0.52 263.23 0.14 0.42
Hex 68 5C 7B F 19 0 34 107 E 2A
Octal 150 134 173 17 31 0 64 407 16 52
Binary 1101000 1011100 1111011 1111 11001 0 110100 100000111 1110 101010

Color Harmonies of #685C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C7B

Black with #685C7B

Text Example


Text Example

White with #685C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,92,123); }

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

background-color css

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

 a { background-color: rgb(104,92,123); }

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

border-color css

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

 span { border-color: rgb(104,92,123); }

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