Html Css Color HEX #685B7B Kimberly

📋 copy color: '#685B7B'

red 104 ◦ green 91 ◦ blue 123

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

Shades of Kimberly #685B7B

Tints of Kimberly #685B7B

RGB

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

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

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

R = 32.7%
G = 28.62%
B = 38.68%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#685B7B (or 0x685B7B) is known color: Kimberly. HEX triplet: 68, 5B and 7B. RGB value is (104,91,123). Sum of RGB (Red+Green+Blue) = 104+91+123=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #685B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B7B is #97A484. Grayscale: #626262. Windows color (decimal): -9938053 or 8084328. OLE color: 8084328.

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

Color convert

RGB 104 91 123 -
CMYK 0.15 0.26 0 0.52
HSL 264.38º 0.15% 0.42% -
HSV(B) 264.38º 0.26% 0.48% -
XYZ 13.03 11.86 20.34 -
YUV 98.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 104 91 123 0.15 0.26 0 0.52 264.38 0.15 0.42
Hex 68 5B 7B F 1A 0 34 108 F 2A
Octal 150 133 173 17 32 0 64 410 17 52
Binary 1101000 1011011 1111011 1111 11010 0 110100 100001000 1111 101010

Color Harmonies of #685B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B7B

Black with #685B7B

Text Example


Text Example

White with #685B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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