Html Css Color HEX #686079 Kimberly

📋 copy color: '#686079'

red 104 ◦ green 96 ◦ blue 121

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

Shades of Kimberly #686079

Tints of Kimberly #686079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 121 (47.66% from 255) = 37.69%

R = 32.4%
G = 29.91%
B = 37.69%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686079 (or 0x686079) is known color: Kimberly. HEX triplet: 68, 60 and 79. RGB value is (104,96,121). Sum of RGB (Red+Green+Blue) = 104+96+121=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #686079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686079 is #979F86. Grayscale: #656565. Windows color (decimal): -9936775 or 7954536. OLE color: 7954536.

HSL color Cylindrical-coordinate representation of color #686079: hue angle of 259.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686079 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 96 121 -
CMYK 0.14 0.21 0 0.53
HSL 259.2º 0.12% 0.43% -
HSV(B) 259.2º 0.21% 0.47% -
XYZ 13.34 12.69 19.84 -
YUV 101.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 104 96 121 0.14 0.21 0 0.53 259.2 0.12 0.43
Hex 68 60 79 E 15 0 35 103 C 2B
Octal 150 140 171 16 25 0 65 403 14 53
Binary 1101000 1100000 1111001 1110 10101 0 110101 100000011 1100 101011

Color Harmonies of #686079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686079

Black with #686079

Text Example


Text Example

White with #686079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686079; }

 p { color: rgb(104,96,121); }

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

background-color css

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

 a { background-color: rgb(104,96,121); }

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

border-color css

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

 span { border-color: rgb(104,96,121); }

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