Html Css Color HEX #686080 Kimberly

📋 copy color: '#686080'

red 104 ◦ green 96 ◦ blue 128

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

Shades of Kimberly #686080

Tints of Kimberly #686080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.02%

R = 31.71%
G = 29.27%
B = 39.02%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#686080 (or 0x686080) is known color: Kimberly. HEX triplet: 68, 60 and 80. RGB value is (104,96,128). Sum of RGB (Red+Green+Blue) = 104+96+128=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 128 - color contains mainly: blue. Hex color #686080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686080 is #979F7F. Grayscale: #656565. Windows color (decimal): -9936768 or 8413288. OLE color: 8413288.

HSL color Cylindrical-coordinate representation of color #686080: hue angle of 255º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686080 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 96 128 -
CMYK 0.19 0.25 0 0.50
HSL 255º 0.14% 0.44% -
HSV(B) 255º 0.25% 0.5% -
XYZ 13.79 12.87 22.18 -
YUV 102.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 104 96 128 0.19 0.25 0 0.50 255 0.14 0.44
Hex 68 60 80 13 19 0 32 FF E 2C
Octal 150 140 200 23 31 0 62 377 16 54
Binary 1101000 1100000 10000000 10011 11001 0 110010 11111111 1110 101100

Color Harmonies of #686080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686080

Black with #686080

Text Example


Text Example

White with #686080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686080; }

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

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

background-color css

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

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

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

border-color css

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

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

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